From dafac52a4c201ffd4e0ed6c114c1a0988cd93a80 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 15 Jan 2022 15:12:10 +1100 Subject: [PATCH] see if this fixes CI linting --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efa898bc5..2176fef97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,3 +100,6 @@ jobs: find . ! -path "./vendor/*" -name "*.go" -exec gofmt -s -d {} \; exit 1 fi + - name: errors + run: golangci-lint run + if: ${{ failure() }}