Add golangci-lint from https://github.com/actions-contrib/golangci-lint
This commit is contained in:
parent
ed6de9eac4
commit
945b3299ac
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run golangci-lint
|
||||||
|
uses: actions-contrib/golangci-lint@v1
|
||||||
|
|
||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue