We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39941bd commit d457290Copy full SHA for d457290
1 file changed
.github/workflows/golangci_lint.yml
@@ -52,6 +52,7 @@ jobs:
52
checkout-repo: false
53
golangci-lint-version: v${{ steps.get-version.outputs.version }}
54
go-directory: ${{ matrix.module }}
55
+ golangci-lint-args: --output.text.path=stdout --output.checkstyle.path=${{ matrix.module }}/golangci-lint-report.xml
56
57
golangci-lint:
58
# Required sink job that waits for all lint jobs to complete
0 commit comments