Unverified Commit 3097adb2 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

ci: add cargo-machete check for unused Rust dependencies (#6489)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 04a532ed
...@@ -160,3 +160,8 @@ jobs: ...@@ -160,3 +160,8 @@ jobs:
- name: Run Clippy Checks - name: Run Clippy Checks
working-directory: ${{ matrix.dir }} working-directory: ${{ matrix.dir }}
run: cargo clippy --no-deps --all-targets -- -D warnings run: cargo clippy --no-deps --all-targets -- -D warnings
- name: Install and Run cargo-machete
working-directory: ${{ matrix.dir }}
run: |
cargo-machete --version || cargo install cargo-machete@0.9.1
cargo machete
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment