Skip to content

Commit b7387c5

Browse files
committed
Fix GitHub Action
1 parent 986aaf4 commit b7387c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ jobs:
3939
- name: golangci-lint
4040
uses: golangci/golangci-lint-action@v2
4141
with:
42-
args: "--config=.github/.golangci.yml"
42+
args: "--config=.github/.golangci.yml --out-format line-number"
4343
skip-go-installation: true
44-
args: "--out-format line-number"

0 commit comments

Comments
 (0)