Skip to content

Commit

Permalink
Add colored-line-number output for golangci-lint action
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <[email protected]>
  • Loading branch information
killianmuldoon committed Aug 14, 2023
1 parent 9903654 commit bdadb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # tag=v3.6.0
with:
version: v1.54.1
args: --out-format=colored-line-number
working-directory: ${{matrix.working-directory}}

0 comments on commit bdadb8a

Please sign in to comment.