Skip to content

Commit df3c18c

Browse files
authored
Update linter.yml
1 parent 3319280 commit df3c18c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
uses: golangci/golangci-lint-action@v4
2727
with:
2828
version: latest # You can specify a specific version like v1.54.2
29-
args: --timeout=5m
29+
args: --config=.golangci.yml --timeout=5m
30+

0 commit comments

Comments
 (0)