Skip to content

Commit

Permalink
feat(workflows/publish): download golangci-lint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Feb 13, 2024
1 parent bb7d7b4 commit cbc6582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
go-version-file: "go.mod"
check-latest: true
- name: Get golangci-lint configuration file
run: wget --output-document=${{ github.action_path }}/.golangci.yml https://sc-devtools.s3.eu-west-1.amazonaws.com/golang-ci/golangci.yml
- uses: golangci/golangci-lint-action@v3
with:
# This flag is not working (https://github.com/golangci/golangci-lint-action/issues/531).
Expand Down

0 comments on commit cbc6582

Please sign in to comment.