add linter and make file (#2)

This commit is contained in:
Bastian Doetsch
2022-03-07 20:03:32 +01:00
committed by GitHub
parent 18f5d74402
commit 5f3f234fff
5 changed files with 99 additions and 5 deletions

View File

@ -19,6 +19,10 @@ jobs:
- name: Test
run: go test -v ./...
- name: Lint source code
run: |
make tools lint
- name: Create release tag
run: |