chore(deps): update kemitix/rust action to v1
All checks were successful
ci/woodpecker/cron/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Rust / build (pull_request) Successful in 17s
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
Rust / build (push) Successful in 16s
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/cron/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Rust / build (pull_request) Successful in 17s
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
Rust / build (push) Successful in 16s
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6954185ef1
commit
b2f02297e9
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Format
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
with:
|
||||
args: fmt --all -- --check
|
||||
|
||||
|
@ -26,17 +26,17 @@ jobs:
|
|||
# uses: https://github.com/bnjbvr/cargo-machete@v0.6.2
|
||||
|
||||
- name: Clippy
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
with:
|
||||
args: clippy
|
||||
|
||||
- name: Build
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
with:
|
||||
args: build
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
with:
|
||||
args: test --no-fail-fast
|
||||
|
||||
|
|
Loading…
Reference in a new issue