Skip to content

Commit

Permalink
feat: add clippy to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Jul 17, 2024
1 parent dde37e9 commit b11f3d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:

- name: Run cargo-audit
run: cargo audit

- name: Install clippy
run: rustup component add clippy

- name: Run clippy
run: cargo clippy -- -D warnings

0 comments on commit b11f3d2

Please sign in to comment.