Skip to content

Commit a603194

Browse files
committed
Set golangci-lint args explicitly
1 parent e331b53 commit a603194

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
checkout-repo: false
5555
golangci-lint-version: v${{ steps.get-version.outputs.version }}
5656
go-directory: ${{ matrix.module }}
57+
golangci-lint-args: "--output.text.path=stdout --output.checkstyle.path=${{ matrix.module }}/golangci-lint-report.xml"
5758
only-new-issues: false
5859

5960
- name: Debug

0 commit comments

Comments
 (0)