Skip to content

Commit

Permalink
fix: Fixing args error with --issues-exit-code=1
Browse files Browse the repository at this point in the history
  • Loading branch information
teilomillet committed Dec 22, 2024
1 parent dfcddd4 commit 7ed851c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: |
--timeout=5m
--out-format=colored-line-number
--issues-exit-code=1
args: --timeout=5m --out-format=colored-line-number --issues-exit-code=1
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: false
Expand Down

0 comments on commit 7ed851c

Please sign in to comment.