Skip to content

Commit 5cad66c

Browse files
Revert "Update CI auto-format (RustPython#6233)" (RustPython#6236)
This reverts commit 377151a.
1 parent 377151a commit 5cad66c

File tree

2 files changed

+4
-66
lines changed

2 files changed

+4
-66
lines changed

.github/workflows/auto-format.yaml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,15 @@ jobs:
307307
run: python -I whats_left.py
308308

309309
lint:
310-
name: Check Rust code with clippy
310+
name: Check Rust code with rustfmt and clippy
311311
runs-on: ubuntu-latest
312312
steps:
313313
- uses: actions/checkout@v5
314314
- uses: dtolnay/rust-toolchain@stable
315315
with:
316-
components: clippy
316+
components: rustfmt, clippy
317+
- name: run rustfmt
318+
run: cargo fmt --check
317319
- name: run clippy on wasm
318320
run: cargo clippy --manifest-path=wasm/lib/Cargo.toml -- -Dwarnings
319321
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)