Skip to content

Commit

Permalink
ci: Add cargo-machete to dependency checking
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Mar 26, 2024
1 parent e58a71c commit 368789e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ jobs:
- name: Check licenses, duplicates, and advisories
uses: EmbarkStudios/cargo-deny-action@v1

- name: Check unused dependencies
uses: bnjbvr/cargo-machete@main
# So the previous step failing doesn't prevent this one from running.
if: always()

check-required:
needs: changes
if: needs.changes.outputs.should_run == 'false'
Expand Down

0 comments on commit 368789e

Please sign in to comment.