Skip to content

Commit

Permalink
CI: Remove rustfmt check from Clippy lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Oct 15, 2024
1 parent 11579e6 commit ba633c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v1
- run: cargo clippy --all-features -- -D warnings
- run: cargo fmt -- --check

fmt:
name: Rustfmt
Expand Down

0 comments on commit ba633c9

Please sign in to comment.