Skip to content

Commit

Permalink
ci: check unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 1, 2024
1 parent 02cd4f3 commit 9e2f25e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,15 @@ jobs:
- uses: taiki-e/install-action@nextest

- run: ci/nextest-compat.sh

unused-deps:
name: Check Unused Dependencies
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1
- uses: Boshen/setup-rust@main
with:
restore-cache: false
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall --no-confirm cargo-shear
- run: cargo shear

0 comments on commit 9e2f25e

Please sign in to comment.