mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-09 08:31:33 +11:00
format
This commit is contained in:
parent
62b5052b41
commit
5fe4b8dfa5
8
.github/workflows/build-and-test.yml
vendored
8
.github/workflows/build-and-test.yml
vendored
|
@ -2,11 +2,11 @@ name: Rust
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [master]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '10 6 * * *'
|
- cron: "10 6 * * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- name: Setup mdBook
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v1
|
uses: peaceiris/actions-mdbook@v1
|
||||||
with:
|
with:
|
||||||
mdbook-version: '0.4.13'
|
mdbook-version: "0.4.13"
|
||||||
- name: Build and test all crates
|
- name: Build and test all crates
|
||||||
run: just ci
|
run: just ci
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
|
|
Loading…
Reference in a new issue