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 aa4578e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test_rust.yml
Expand Up @@ -141,18 +141,23 @@ jobs:
dependencies:
needs: changes
if: needs.changes.outputs.should_run == 'true'
name: Dependencies
name: Check dependencies
runs-on: ubuntu-22.04
continue-on-error: true

steps:
- uses: actions/checkout@v4

- 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 aa4578e

Please sign in to comment.