From d6c24d1500d54a5de6d87852bd8fb076ee39fbb8 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Wed, 15 May 2024 06:58:45 +1000 Subject: [PATCH] feat(ci): enable useful golangci output Signed-off-by: Ben Reedy --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 74874c66..98fd6bc7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -101,7 +101,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: v1.58 - args: "--timeout=5m" + args: "--timeout=5m --out-format github-actions,colored-line-number" # golangci-lint action doesn't always provide helpful output, so re-run without the action for # better output of the problem.