Skip to content

Commit 986aaf4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
with:
4242
args: "--config=.github/.golangci.yml"
4343
skip-go-installation: true
44-
args: '--out-format line-number'
44+
args: "--out-format line-number"

0 commit comments

Comments
 (0)