From 6c5165563d62a18c49569643cfd42c2dc641cad8 Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Thu, 12 Dec 2024 15:10:24 +0000 Subject: [PATCH] Activate golint gh action as presubmit --- .github/workflows/golangci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 92454b39..37c3994f 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -51,4 +51,4 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: v1.62.2 - args: --timeout=10m --go=${{ env.GO_VERSION }} --exclude-dirs=test --exclude-generated=true --issues-exit-code=0 \ No newline at end of file + args: --timeout=10m --go=${{ env.GO_VERSION }} --exclude-dirs=test --exclude-generated=true \ No newline at end of file