Skip to content

Commit

Permalink
Machete
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 16, 2024
1 parent 87a587e commit 26152d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
- name: Audit
run: cargo audit --ignore RUSTSEC-2023-0071

- name: Install cargo-machete
run: cargo install cargo-machete --locked

- name: Unused dependencies
run: cargo machete

test:
name: Test
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 26152d1

Please sign in to comment.