Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
3097adb2
Unverified
Commit
3097adb2
authored
Feb 23, 2026
by
Anant Sharma
Committed by
GitHub
Feb 23, 2026
Browse files
ci: add cargo-machete check for unused Rust dependencies (#6489)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
04a532ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/pre-merge.yml
.github/workflows/pre-merge.yml
+5
-0
No files found.
.github/workflows/pre-merge.yml
View file @
3097adb2
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment