Skip to content

Commit 0ea0e45

Browse files
authored
add cargo machete to ci (#12)
1 parent ef631e1 commit 0ea0e45

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rust.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,13 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- name: Check formatting
4545
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

Comments
 (0)