Add check for golang lint
This commit is contained in:
parent
7563896a59
commit
62741caf5e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -34,6 +34,9 @@ jobs:
|
|||
- name: Check out repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check golangci-lint
|
||||
uses: matoous/golangci-lint-action@v1.1.0
|
||||
|
||||
- name: Get go dependencies
|
||||
run: |
|
||||
go get -v -t -d ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue