We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e331b53 commit a603194Copy full SHA for a603194
1 file changed
.github/workflows/golangci_lint.yml
@@ -54,6 +54,7 @@ jobs:
54
checkout-repo: false
55
golangci-lint-version: v${{ steps.get-version.outputs.version }}
56
go-directory: ${{ matrix.module }}
57
+ golangci-lint-args: "--output.text.path=stdout --output.checkstyle.path=${{ matrix.module }}/golangci-lint-report.xml"
58
only-new-issues: false
59
60
- name: Debug
0 commit comments