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