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 5225e87 commit 6853ab3Copy full SHA for 6853ab3
ci/actions-templates/centos-fmt-clippy-template.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