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 6853ab3 commit fdea8acCopy full SHA for fdea8ac
.github/workflows/centos-fmt-clippy-on-all.yaml
@@ -87,7 +87,7 @@ jobs:
87
git ls-files -- '*.bash' | xargs shellcheck -s bash -e SC1090
88
- name: Run formatting checks
89
run: |
90
- cargo fmt --all -- --check
+ cargo fmt --all --check
91
- name: Run cargo check and clippy
92
93
cargo check --all --all-targets
0 commit comments