💚 remove task
This commit is contained in:
parent
26d066089a
commit
48db799af6
1 changed files with 3 additions and 6 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -22,14 +22,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Install Task
|
|
||||||
uses: arduino/setup-task@v1
|
|
||||||
|
|
||||||
- name: Checkout ${{ github.event.repository.name }}
|
- name: Checkout ${{ github.event.repository.name }}
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: task setup
|
run: v install
|
||||||
|
|
||||||
- name: Check if code is formatted
|
- name: Check if code is formatted
|
||||||
run: |
|
run: |
|
||||||
|
@ -37,7 +34,7 @@ jobs:
|
||||||
v fmt -verify .
|
v fmt -verify .
|
||||||
|
|
||||||
- name: Build ${{ github.event.repository.name }}
|
- name: Build ${{ github.event.repository.name }}
|
||||||
run: task build
|
run: v .
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: task test
|
run: v test .
|
Loading…
Add table
Reference in a new issue