Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Feb 13, 2024
1 parent adec438 commit 152352e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
with:
# This flag is not working (https://github.com/golangci/golangci-lint-action/issues/531).
# We rather decided to use the suggestion from the FAQ (https://golangci-lint.run/usage/faq/#how-to-integrate-golangci-lint-into-large-project-with-thousands-of-issues) and use `--new` and `--new-from-rev`
# only-new-issues: false
args: "--config=/tmp/golangci.yml --new --new-from-rev=HEAD~1"
only-new-issues: false
# args: "--config=/tmp/golangci.yml --new --new-from-rev=HEAD~1"
args: "--config=/tmp/golangci.yml"

tests:
name: Unit Tests
Expand Down

0 comments on commit 152352e

Please sign in to comment.