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
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: fmt
|
command: fmt
|
||||||
args: --all --check
|
args: -- --check
|
||||||
|
|
||||||
cargo-publish:
|
cargo-publish:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue