Skip to content

Commit

Permalink
use linting-action which is not broken (#620)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored Feb 11, 2024
1 parent 6811843 commit 724f285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
go-version-file: 'go.mod'

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
uses: golangci/golangci-lint[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout=10m

- name: Test and build image
run: |
Expand Down

0 comments on commit 724f285

Please sign in to comment.