Skip to content

Commit

Permalink
chore: add cargo machete
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Dec 28, 2024
1 parent 34c47f9 commit 6a42f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
cargo install typos-cli
make lint
make lint-full
- name: Run cargo machete
run: |
cargo install cargo-machete
cargo machete
- name: Run cargo test
run: make test
- name: Run cargo msrv
Expand Down

0 comments on commit 6a42f39

Please sign in to comment.