From 1f4e8ffaa14e0d5998d5aeb09c9e3a5579673693 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Wed, 26 Apr 2023 18:01:50 -0700 Subject: [PATCH] .github: Verbosely print golangci-lint output Allegedly this should give us tracing information in order to debug why this action is taking so long. Signed-off-by: Joe Stringer --- .github/workflows/lint-go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index 4133b6a08d67a..38220022ccf08 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -52,7 +52,7 @@ jobs: # renovate: datasource=docker depName=golangci/golangci-lint version: v1.52.2 skip-cache: true - args: "--out-${NO_FUTURE}format colored-line-number" + args: "--out-${NO_FUTURE}format colored-line-number --verbose" precheck: runs-on: ubuntu-latest