Fix typo in rustfmt github action
This commit is contained in:
parent
e7979d2dfe
commit
ca255772fd
|
@ -39,7 +39,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --all --check
|
||||
args: -- --check
|
||||
|
||||
cargo-publish:
|
||||
|
||||
|
|
Loading…
Reference in New Issue