Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eranharel committed Dec 5, 2023
1 parent ac15227 commit b62f204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true

- name: Test
env:
Expand Down Expand Up @@ -63,6 +65,8 @@ jobs:

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true

- name: Test
env:
Expand Down

0 comments on commit b62f204

Please sign in to comment.