Skip to content

Commit

Permalink
remove exit-code 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Nov 29, 2023
1 parent 5fc7e27 commit 6e4940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/radix-operator-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=30m --new --issues-exit-code=0 --max-same-issues=0 --out-format=github-actions
args: --timeout=30m --new --max-same-issues=0 --out-format=github-actions

# Add legacy checks since golangci-lint only tests changed files for now
- name: Install StaticCheck
Expand Down

0 comments on commit 6e4940b

Please sign in to comment.