Skip to content

Commit 91d34ec

Browse files
committed
Add args to golangci-lint to show lines number
1 parent a2f8e74 commit 91d34ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # tag=v3.6.0
2525
with:
26-
version: v1.53.3
26+
version: v1.53.3
27+
args: --out-format=colored-line-number

0 commit comments

Comments
 (0)