Migrate to using taskfiles
This commit is contained in:
parent
0e1849061b
commit
6ea7d53a49
21 changed files with 564 additions and 391 deletions
7
.github/workflows/check.yml
vendored
7
.github/workflows/check.yml
vendored
|
|
@ -32,5 +32,10 @@ jobs:
|
|||
toolchain: "1.92.0"
|
||||
components: clippy, rustfmt
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v2
|
||||
with:
|
||||
version: 3.x
|
||||
|
||||
- name: Lint & test
|
||||
run: scripts/check.sh
|
||||
run: task check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue