ci: Remove option from cargo fmt
It is not needed for the command to apply to all workspace members.
This commit is contained in:
parent
15d92728ca
commit
4a150984b4
@ -14,7 +14,7 @@ tasks:
|
|||||||
# tools, so capture tool exit codes and set the task exit code manually
|
# tools, so capture tool exit codes and set the task exit code manually
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
cargo fmt --all -- --check
|
cargo fmt -- --check
|
||||||
fmt_exit=$?
|
fmt_exit=$?
|
||||||
|
|
||||||
pushd ruma
|
pushd ruma
|
||||||
|
Loading…
x
Reference in New Issue
Block a user