build: add cargo machette to push-next workflow
Some checks failed
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (push) Failing after 5s
Rust / build (map[name:stable]) (push) Failing after 6s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline failed
Some checks failed
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (push) Failing after 5s
Rust / build (map[name:stable]) (push) Failing after 6s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline failed
This commit is contained in:
parent
ef6474ef9f
commit
77b68fb8ad
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Machete
|
||||
uses: https://github.com/bnjbvr/cargo-machete@v0.6.2
|
||||
|
||||
- name: Format
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.0.4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue