chore(deps): update kemitix/rust action to v2 - autoclosed #163
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