Skip to content

Commit d11edc7

Browse files
authored
Merge pull request #2933 from calebcartwright/cargo-fmt-check
use new cargo fmt option
2 parents c22409a + fdea8ac commit d11edc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/centos-fmt-clippy-on-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
git ls-files -- '*.bash' | xargs shellcheck -s bash -e SC1090
8888
- name: Run formatting checks
8989
run: |
90-
cargo fmt --all -- --check
90+
cargo fmt --all --check
9191
- name: Run cargo check and clippy
9292
run: |
9393
cargo check --all --all-targets

ci/actions-templates/centos-fmt-clippy-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
git ls-files -- '*.bash' | xargs shellcheck -s bash -e SC1090
8888
- name: Run formatting checks
8989
run: |
90-
cargo fmt --all -- --check
90+
cargo fmt --all --check
9191
- name: Run cargo check and clippy
9292
run: |
9393
cargo check --all --all-targets

0 commit comments

Comments
 (0)