Skip to content

Commit 7f65e2c

Browse files
authored
ci: add machete step to rust ci workflow
1 parent 36936f9 commit 7f65e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: cargo fmt -- --check
3030
- name: Run Clippy
3131
run: cargo clippy --all-targets --all-features -- -D warnings
32+
- name: Machete
33+
uses: bnjbvr/cargo-machete@main
3234

3335
build:
3436
name: Build for ${{ matrix.os }}

0 commit comments

Comments
 (0)