Skip to content

Commit 5e03dfc

Browse files
committed
DUPLO-13771 add 2m timeout for golangci-lint
1 parent 8a2dacf commit 5e03dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dev-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: golangci/golangci-lint-action@v6
2525
with:
2626
only-new-issues: true # Only show new issues for pull requests.
27+
args: --timeout 2m
2728
format:
2829
runs-on: ubuntu-latest
2930
steps:

0 commit comments

Comments
 (0)