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 649f951 commit 823d4feCopy full SHA for 823d4fe
1 file changed
.github/workflows/golangci_lint.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Run golangci-lint for ${{ matrix.module }}
37
uses: golangci/golangci-lint-action@v3
38
with:
39
+ args: --config=${{ github.workspace }}/.golangci.yml
40
only-new-issues: true
41
version: v1.62.2
42
working-directory: ${{ matrix.module }}
0 commit comments