Skip to content

Commit 21cff29

Browse files
ci: simplify rustfmt invocation (RustPython#5064)
1 parent 589b3eb commit 21cff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
with:
309309
components: rustfmt, clippy
310310
- name: run rustfmt
311-
run: cargo fmt --all -- --check
311+
run: cargo fmt --check
312312
- name: run clippy on wasm
313313
run: cargo clippy --manifest-path=wasm/lib/Cargo.toml -- -Dwarnings
314314
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)