Skip to content

Commit 215c54f

Browse files
committed
Run clippy linter in CI
1 parent 8f4ca69 commit 215c54f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ jobs:
1919
with:
2020
toolchain: ${{matrix.rust}}
2121
- run: cargo test
22+
23+
clippy:
24+
name: Clippy
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/checkout@v6
28+
- uses: dtolnay/rust-toolchain@clippy
29+
- run: cargo clippy --tests --benches -- -Dclippy::all -Dclippy::pedantic

0 commit comments

Comments
 (0)