mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
fail on linter errors
This commit is contained in:
parent
6c4df89540
commit
4ae546c91d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
at: .
|
at: .
|
||||||
- run: go build .
|
- run: go build .
|
||||||
- run: go get -u golang.org/x/lint/golint
|
- run: go get -u golang.org/x/lint/golint
|
||||||
- run: golint ./...
|
- run: golint -set_exit_status ./...
|
||||||
testing:
|
testing:
|
||||||
executor: go
|
executor: go
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue