Compare commits
3 Commits
e509faea25
...
131e44f3d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 131e44f3d4 | |||
| 0d6094267a | |||
| 4b8536e34a |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -133,8 +133,9 @@ jobs:
|
||||
|
||||
- name: Install golangci-lint
|
||||
run: |
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2
|
||||
echo "$HOME/go/bin" >> $GITHUB_PATH
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
|
||||
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
golangci-lint --version
|
||||
|
||||
- name: Run linters
|
||||
run: make lint
|
||||
|
||||
Reference in New Issue
Block a user