Skip to content

Commit

Permalink
Add 'cargo machete' job for detecting unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Szczygieł <mateusz.szczygiel@nordsec.com>
  • Loading branch information
matszczygiel committed Jul 10, 2024
1 parent 3a25262 commit 5af035a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
--deny clippy::wildcard_imports
--deny clippy::unwrap_used
--deny warnings
- name: Run Cargo Machete
uses: bnjbvr/cargo-machete@v0.6.1

python:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5af035a

Please sign in to comment.