~xenrox/ntfy-alertmanager

1bfb814f14037b8a2e8040d17f098b44473e46cc — Thorben Günther 8 months ago 960ab04
Revert "ci: Don't fail on staticcheck"

This reverts commit 960ab04165e2cdf9f9c1876e440526fecb8a39a2.

The latest release fixes the issue.
1 files changed, 1 insertions(+), 1 deletions(-)

M .build.yml
M .build.yml => .build.yml +1 -1
@@ 15,7 15,7 @@ tasks:
    - lint: |
          cd ntfy-alertmanager
          go vet ./...
          staticcheck ./... || true
          staticcheck ./...
          revive ./...
    - build: |
          cd ntfy-alertmanager