Skip to content

Commit b7a0a8a

Browse files
authored
Add timeout to golangci job (#369)
1 parent 139a0dd commit b7a0a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/golangci-lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
uses: golangci/golangci-lint-action@v6
2727
with:
2828
version: v1.60
29+
args: --timeout=10m

0 commit comments

Comments
 (0)