Skip to content

Commit e2e70f2

Browse files
committed
fix(ci): install taskfile
Signed-off-by: dankeboy36 <[email protected]>
1 parent 1951fea commit e2e70f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check-go-task.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ jobs:
134134
with:
135135
go-version: ${{ env.GO_VERSION }}
136136

137+
- name: Install Task
138+
uses: arduino/setup-task@v2
139+
with:
140+
repo-token: ${{ secrets.GITHUB_TOKEN }}
141+
version: 3.x
142+
137143
- name: Run tests
138144
run: task go:test
139145

0 commit comments

Comments
 (0)