fail on linter errors

This commit is contained in:
Simon Aronsson 2019-04-04 21:34:18 +02:00
parent 6c4df89540
commit 4ae546c91d

View file

@ -37,7 +37,7 @@ jobs:
at: .
- run: go build .
- run: go get -u golang.org/x/lint/golint
- run: golint ./...
- run: golint -set_exit_status ./...
testing:
executor: go
steps: