We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d6be0 commit a53506cCopy full SHA for a53506c
.github/workflows/CI.yml
@@ -43,7 +43,7 @@ jobs:
43
cargo machete
44
45
- name: Fmt
46
- run: cargo fmt --all -- --files-with-diff --check
+ run: rustup component add rustfmt && cargo fmt --all
47
48
build:
49
needs: rust-checks
0 commit comments