~xenrox/ntfy-alertmanager

960ab04165e2cdf9f9c1876e440526fecb8a39a2 — Thorben Günther 8 months ago 2dcfb72
ci: Don't fail on staticcheck
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 ./...
          staticcheck ./... || true
          revive ./...
    - build: |
          cd ntfy-alertmanager