Revert "ci: Don't fail on staticcheck"
This reverts commit 960ab04165
.
The latest release fixes the issue.
This commit is contained in:
parent
960ab04165
commit
1bfb814f14
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ tasks:
|
|||
- lint: |
|
||||
cd ntfy-alertmanager
|
||||
go vet ./...
|
||||
staticcheck ./... || true
|
||||
staticcheck ./...
|
||||
revive ./...
|
||||
- build: |
|
||||
cd ntfy-alertmanager
|
||||
|
|
Loading…
Reference in a new issue