This commit is contained in:
Corwin 2023-12-05 21:06:39 +00:00
parent 62b5052b41
commit 5fe4b8dfa5
No known key found for this signature in database

View file

@ -2,11 +2,11 @@ name: Rust
on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
schedule:
- cron: '10 6 * * *'
- cron: "10 6 * * *"
env:
CARGO_TERM_COLOR: always
@ -40,7 +40,7 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.13'
mdbook-version: "0.4.13"
- name: Build and test all crates
run: just ci
- name: Upload build artifacts