Skip to content

Commit 3b96bdb

Browse files
committed
Set a uniq artifact name for lint report
1 parent 29e1948 commit 3b96bdb

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
@@ -52,6 +52,7 @@ jobs:
5252
uses: smartcontractkit/.github/actions/ci-lint-go@dx-2618/golangci-lint # TODO - use versioned release
5353
with:
5454
checkout-repo: false
55+
artifact-name: golalngci-lint-report-${{ matrix.module }}
5556
golangci-lint-version: v${{ steps.get-version.outputs.version }}
5657
go-directory: ${{ matrix.module }}
5758
golangci-lint-args: "--output.text.path=stdout --output.checkstyle.path=${{ github.workspace }}/${{ matrix.module }}/golangci-lint-report.xml"

0 commit comments

Comments
 (0)