chore(deps): update kemitix/rust action to v2
All checks were successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/pull_request_closed/cron-docker-builder Pipeline was successful
ci/woodpecker/pull_request_closed/push-next Pipeline was successful
ci/woodpecker/pull_request_closed/tag-created Pipeline was successful
All checks were successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/pull_request_closed/cron-docker-builder Pipeline was successful
ci/woodpecker/pull_request_closed/push-next Pipeline was successful
ci/woodpecker/pull_request_closed/tag-created Pipeline was successful
This commit is contained in:
parent
dbf1a0db27
commit
8b173011c8
1 changed files with 4 additions and 4 deletions
|
@ -18,21 +18,21 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.0.0
|
||||||
with:
|
with:
|
||||||
args: cargo fmt --all -- --check
|
args: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.0.0
|
||||||
with:
|
with:
|
||||||
args: cargo hack --feature-powerset clippy
|
args: cargo hack --feature-powerset clippy
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.0.0
|
||||||
with:
|
with:
|
||||||
args: cargo hack --feature-powerset build
|
args: cargo hack --feature-powerset build
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.0.0
|
||||||
with:
|
with:
|
||||||
args: cargo hack --feature-powerset test
|
args: cargo hack --feature-powerset test
|
||||||
|
|
Loading…
Reference in a new issue