Skip to content

Commit e85a16a

Browse files
authored
Update cargo_machete.yml
1 parent ac7250e commit e85a16a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cargo_machete.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ jobs:
66
cargo-machete:
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Machete install
10+
run: cargo install cargo-machete
911
- name: Checkout
1012
uses: actions/checkout@v4
11-
- name: Machete
12-
run: cargo install cargo-machete && cargo machete
13+
- name: Machete Check
14+
run: cargo machete
15+

0 commit comments

Comments
 (0)