Skip to content

Commit e6df6ce

Browse files
committed
chore(deps.ops): fix machete workflow
1 parent ba6bfa7 commit e6df6ce

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/machete.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
- name: cargo-machete
2-
uses: bnjbvr/cargo-machete@v0.9.2
1+
on:
2+
push:
3+
branches: ["main"]
4+
pull_request:
5+
branches: ["*"]
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: cargo-machete
11+
uses: bnjbvr/cargo-machete@v0.9.2

0 commit comments

Comments
 (0)