From 960ab04165e2cdf9f9c1876e440526fecb8a39a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Wed, 16 Aug 2023 01:20:37 +0200 Subject: [PATCH] ci: Don't fail on staticcheck --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0