Skip to content

Commit

Permalink
Check format only on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodb committed Sep 26, 2023
1 parent a458448 commit 9e0741b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
toolchain: ${{matrix.rust}}
components: rustfmt, clippy

- run: cargo fmt --verbose --all -- --check
- if: ${{ matrix.rust == 'stable' }}
run: cargo fmt --verbose --all -- --check

- run: cargo clippy --all --all-features --all-targets -- -D warnings

Expand Down

0 comments on commit 9e0741b

Please sign in to comment.