Revert "ci: Don't fail on staticcheck"

This reverts commit 960ab04165.

The latest release fixes the issue.
This commit is contained in:
Thorben Günther 2023-08-20 19:41:31 +02:00
parent 960ab04165
commit 1bfb814f14
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED

View file

@ -15,7 +15,7 @@ tasks:
- lint: | - lint: |
cd ntfy-alertmanager cd ntfy-alertmanager
go vet ./... go vet ./...
staticcheck ./... || true staticcheck ./...
revive ./... revive ./...
- build: | - build: |
cd ntfy-alertmanager cd ntfy-alertmanager