Skip to content

Commit

Permalink
.github: Verbosely print golangci-lint output
Browse files Browse the repository at this point in the history
Allegedly this should give us tracing information in order to debug why
this action is taking so long.

Signed-off-by: Joe Stringer <[email protected]>
  • Loading branch information
joestringer committed May 1, 2023
1 parent b2afc21 commit 1f4e8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f4e8ff

Please sign in to comment.