Skip to content

Commit

Permalink
[PM-16079] Add cargo-udeps (#81)
Browse files Browse the repository at this point in the history
Run cargo-udeps to find unused dependencies.
  • Loading branch information
Hinton authored Dec 16, 2024
1 parent c3053cd commit 9f6a864
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
- name: Cargo sort
run: cargo sort --workspace --check

- name: Install cargo-udeps
run: cargo install cargo-udeps --version 0.1.53 --locked

- name: Cargo udeps
run: cargo +nightly udeps --workspace --all-features

- name: Set up Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
Expand Down

0 comments on commit 9f6a864

Please sign in to comment.