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