Skip to content

Commit

Permalink
workflow: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jun 30, 2023
1 parent fd45954 commit e072bff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 'stable'
cache: false
- name: Lint 🎨
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true
version: latest
args: --timeout=30m ./...

0 comments on commit e072bff

Please sign in to comment.