chore(deps): update kemitix/rust action to v1.80.1 - autoclosed #21
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||||
with:
|
with:
|
||||||
args: fmt --all -- --check
|
args: fmt --all -- --check
|
||||||
|
|
||||||
|
@ -26,17 +26,17 @@ jobs:
|
||||||
# uses: https://github.com/bnjbvr/cargo-machete@v0.6.2
|
# uses: https://github.com/bnjbvr/cargo-machete@v0.6.2
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||||
with:
|
with:
|
||||||
args: clippy
|
args: clippy
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||||
with:
|
with:
|
||||||
args: test --no-fail-fast
|
args: test --no-fail-fast
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue