Add golangci-lint in GitHub Actions
This commit is contained in:
parent
a24a9f81d7
commit
b1c6611b55
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -30,3 +30,8 @@ jobs:
|
|||
run: |
|
||||
go vet ./...
|
||||
golint ./...
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.35.2
|
||||
|
|
Loading…
Reference in a new issue