We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e1948 commit 3b96bdbCopy full SHA for 3b96bdb
1 file changed
.github/workflows/golangci_lint.yml
@@ -52,6 +52,7 @@ jobs:
52
uses: smartcontractkit/.github/actions/ci-lint-go@dx-2618/golangci-lint # TODO - use versioned release
53
with:
54
checkout-repo: false
55
+ artifact-name: golalngci-lint-report-${{ matrix.module }}
56
golangci-lint-version: v${{ steps.get-version.outputs.version }}
57
go-directory: ${{ matrix.module }}
58
golangci-lint-args: "--output.text.path=stdout --output.checkstyle.path=${{ github.workspace }}/${{ matrix.module }}/golangci-lint-report.xml"
0 commit comments