feat(ci): enable useful golangci output

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy 2024-05-15 06:58:45 +10:00
parent 8b515ba54a
commit d6c24d1500
No known key found for this signature in database
GPG Key ID: 235C15B6086C9D7E

View File

@ -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.