Skip to content

Commit

Permalink
Activate golint gh action as presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Dec 12, 2024
1 parent 0debf84 commit 6c51655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2
args: --timeout=10m --go=${{ env.GO_VERSION }} --exclude-dirs=test --exclude-generated=true --issues-exit-code=0
args: --timeout=10m --go=${{ env.GO_VERSION }} --exclude-dirs=test --exclude-generated=true

0 comments on commit 6c51655

Please sign in to comment.