Skip to content

Commit

Permalink
feat: add installation for golangci-lint into the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Jan 7, 2024
1 parent c0fe56a commit fb1e01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
- run: curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh
- run: just lint

Expand Down

0 comments on commit fb1e01e

Please sign in to comment.