Skip to content

Commit

Permalink
Add args to golangci-lint to show lines number
Browse files Browse the repository at this point in the history
  • Loading branch information
lubronzhan committed Aug 8, 2023
1 parent a2f8e74 commit 91d34ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # tag=v3.6.0
with:
version: v1.53.3
version: v1.53.3
args: --out-format=colored-line-number

0 comments on commit 91d34ec

Please sign in to comment.