add linter and make file (#2)
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Lint source code
|
||||
run: |
|
||||
make tools lint
|
||||
|
||||
- name: Create release tag
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user