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.
2 parents c22409a + fdea8ac commit d11edc7Copy full SHA for d11edc7
.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
ci/actions-templates/centos-fmt-clippy-template.yaml
0 commit comments