Skip to content

Commit

Permalink
Check clippy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fatho committed Dec 1, 2024
1 parent 36c1e24 commit 84846cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --workspace --document-private-items --examples --bins --lib
- name: Check formatting
run: cargo fmt --check
- name: Check clippy
run: cargo clippy

0 comments on commit 84846cb

Please sign in to comment.