We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703d1c5 commit 204a494Copy full SHA for 204a494
.github/workflows/golangci-lint.yml
@@ -58,5 +58,6 @@ jobs:
58
uses: golangci/golangci-lint-action@v3
59
with:
60
version: v1.63.4
61
+ working-directory: .
62
args: --new-from-rev=origin/master -v ${{ steps.getDiffFile.outputs.files }}
63
#args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=origin/master -v
0 commit comments