chore(deps): update kemitix/rust action to v2
This commit is contained in:
parent
fc7fbca090
commit
b84816f964
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@v1.80.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.0.1
|
||||
with:
|
||||
args: cargo 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@v1.80.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.0.1
|
||||
with:
|
||||
args: cargo clippy
|
||||
|
||||
- name: Build
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.0.1
|
||||
with:
|
||||
args: cargo build
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||
uses: https://git.kemitix.net/kemitix/rust@v2.0.1
|
||||
with:
|
||||
args: cargo test --no-fail-fast
|
||||
|
||||
|
|
Loading…
Reference in a new issue