Skip to content

Commit 048ecb3

Browse files
committed
fix action
1 parent 4905684 commit 048ecb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ jobs:
2929
check-latest: true
3030
go-version: 'stable'
3131
cache: true
32-
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@v8
3432
- name: Install Task
3533
uses: arduino/setup-task@v2
3634
with:
3735
repo-token: ${{ secrets.GITHUB_TOKEN }}
36+
- run: task build:static
37+
- name: golangci-lint
38+
uses: golangci/golangci-lint-action@v8
3839
- name: Set up Docker
3940
uses: docker/setup-qemu-action@v3
4041
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)