Skip to content

Commit

Permalink
ci: fix unused deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 12, 2024
1 parent 1e20741 commit f70cdf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,11 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- uses: taiki-e/install-action@cargo-shear
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main

- name: Install cargo-shear
run: cargo binstall --no-confirm cargo-shear

- name: Run cargo shear
run: just lint
Expand Down

0 comments on commit f70cdf0

Please sign in to comment.