Skip to content

Commit 30b3b14

Browse files
committed
chore(ci): Fix how rustfmt jobs run
1 parent 74f4be6 commit 30b3b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
components: rustfmt
133133
- uses: Swatinem/rust-cache@v2
134134
- name: Check formatting
135-
run: cargo fmt --all -- --check
135+
run: cargo fmt --check
136136
clippy:
137137
name: clippy
138138
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)