Skip to content

Commit 26ad0ba

Browse files
authored
chore: only lint go project files in github actions (#1)
1 parent 17edfe2 commit 26ad0ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
with:
3939
version: v1.55.2
4040
working-directory: ./go
41-
only-new-issues: true
42-
args: --timeout=5m
41+
args: --timeout=5m --path-prefix=./go

0 commit comments

Comments
 (0)