Add linter actions

This commit is contained in:
2020-01-22 15:42:10 +03:00
parent bd6c0a4d25
commit 83edcc7c62

View File

@@ -28,6 +28,9 @@ jobs:
- name: Lint
run: /home/runner/go/bin/golangci-lint run
- name: GolangCI-Lint
uses: Mushus/golangci-linter@v1.1.2
- name: Test
run: go test -v .