Skip to content

Commit

Permalink
actually, let's try machete?
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Mar 25, 2024
1 parent bb4b5d4 commit 55783f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_rust.yml
Expand Up @@ -150,9 +150,13 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Check licensing and duplicates in used crates
- name: Check licenses, duplicates, and advisories
uses: EmbarkStudios/cargo-deny-action@v1

- name: Check unused dependencies
uses: bnjbvr/cargo-machete@main


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

0 comments on commit 55783f7

Please sign in to comment.