Skip to content

Commit

Permalink
feat: activate golangci-lint in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr committed Sep 29, 2023
1 parent 8d16df9 commit 6f7c9a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
with:
args: --timeout=5m --print-issued-lines --print-linter-name -c .golangci.yaml --out-format=github-actions --issues-exit-code=0
args: --timeout=5m --print-issued-lines --print-linter-name -c .golangci.yaml --out-format=github-actions
install-mode: "goinstall"
skip-cache: true
only-new-issues: true

vuln_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f7c9a8

Please sign in to comment.