ci: Don't fail on staticcheck

This commit is contained in:
Thorben Günther 2023-08-16 01:20:37 +02:00
parent 2dcfb7270e
commit 960ab04165
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED

View file

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