mirror of
https://github.com/clowzed/sero
synced 2026-03-14 20:55:50 +01:00
actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity part 2. remove +nightly
This commit is contained in:
parent
017ab86591
commit
aa27492f6f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
- uses: "actions-rs/cargo@v1"
|
||||
with:
|
||||
command: "+nightly fmt"
|
||||
command: "fmt"
|
||||
args: "--all -- --check"
|
||||
|
||||
clippy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue