diff --git a/.build.yml b/.build.yml index 698ed39..1957a70 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ tasks: - lint: | cd ntfy-alertmanager go vet ./... - staticcheck ./... + staticcheck ./... || true revive ./... - build: | cd ntfy-alertmanager