summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-15 15:12:10 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-15 15:34:01 +1100
commitdafac52a4c201ffd4e0ed6c114c1a0988cd93a80 (patch)
tree11b3d40528ddf4e176d45a7f45658ff19a24b166
parent1c84f7731920e1970d52f81361d321268054e559 (diff)
see if this fixes CI linting
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
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() }}