build: add cargo machette to push-next workflow
Some checks failed
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
Rust / build (map[name:stable]) (push) Has been cancelled
Rust / build (map[name:nightly]) (push) Has been cancelled
ci/woodpecker/push/push-next Pipeline failed
Some checks failed
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
Rust / build (map[name:stable]) (push) Has been cancelled
Rust / build (map[name:nightly]) (push) Has been cancelled
ci/woodpecker/push/push-next Pipeline failed
This commit is contained in:
parent
ef6474ef9f
commit
aac8b448e9
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,16 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install cargo-machete
|
||||||
|
uses: https://git.kemitix.net/kemitix/rust@v2.0.4
|
||||||
|
with:
|
||||||
|
args: cargo binstall cargo-machete
|
||||||
|
|
||||||
|
- name: Machete
|
||||||
|
uses: https://git.kemitix.net/kemitix/rust@v2.0.4
|
||||||
|
with:
|
||||||
|
args: ${{ matrix.toolchain.name }} cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.0.4
|
uses: https://git.kemitix.net/kemitix/rust@v2.0.4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue