Skip to content

Commit 2b87dfe

Browse files
authored
Merge pull request #2180 from lubronzhan/fix-2058
🌱 Add args to golangci-lint to show lines number
2 parents f1341ab + 91d34ec commit 2b87dfe

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)