From 1bfb814f14037b8a2e8040d17f098b44473e46cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Sun, 20 Aug 2023 19:41:31 +0200 Subject: [PATCH] Revert "ci: Don't fail on staticcheck" This reverts commit 960ab04165e2cdf9f9c1876e440526fecb8a39a2. The latest release fixes the issue. --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0