We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef631e1 commit 0ea0e45Copy full SHA for 0ea0e45
.github/workflows/rust.yml
@@ -43,3 +43,13 @@ jobs:
43
- uses: actions/checkout@v4
44
- name: Check formatting
45
run: cargo fmt -- --check
46
+
47
+ cargo-machete:
48
+ runs-on: ubuntu-latest
49
+ steps:
50
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51
+ - name: Run cargo-machete on workspace
52
+ uses: bnjbvr/cargo-machete@7959c845782fed02ee69303126d4a12d64f1db18 # v0.9.1
53
+ with:
54
+ # Point machete at the Rust workspace directory
55
+ args: .
0 commit comments