From 040108fa437dcf43be85302ca56f44755221aca7 Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Tue, 20 Sep 2022 17:49:39 +0200 Subject: [PATCH] ci: do not ignore go linting errors on release --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a556a01..cb6083b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,9 +124,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: latest - #args: --timeout 3m --verbose - # FIXME ignore errors - args: --timeout 3m --verbose --issues-exit-code=0 + args: --timeout 3m --verbose - name: Run unit tests run: |