Add and enforce golangci-lint (#16)

This commit is contained in:
Dave Gallant
2020-07-05 22:44:05 -04:00
committed by GitHub
parent 2ec9bca107
commit d9474be233
13 changed files with 141 additions and 59 deletions

View File

@@ -4,6 +4,7 @@ go:
- "1.14"
before_script:
- make build
- make lint
- make test
deploy:
- provider: script