Skip to content

Commit fdea8ac

Browse files
committed
(chore): Regenerate workflows
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent 6853ab3 commit fdea8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)