File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
working-directory : test
80
80
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
81
81
version : ${{ env.GOLANGCI_LINT_VERSION }}
82
- args : -v
82
+ args : -v --timeout=5m
83
83
# https://github.com/golangci/golangci-lint-action/issues/244
84
84
skip-cache : true
85
85
@@ -123,7 +123,7 @@ jobs:
123
123
working-directory : lint
124
124
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
125
125
version : ${{ env.GOLANGCI_LINT_VERSION }}
126
- args : -v
126
+ args : -v --timeout=5m
127
127
# https://github.com/golangci/golangci-lint-action/issues/244
128
128
skip-cache : true
129
129
@@ -175,7 +175,7 @@ jobs:
175
175
working-directory : languageserver
176
176
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
177
177
version : ${{ env.GOLANGCI_LINT_VERSION }}
178
- args : -v
178
+ args : -v --timeout=5m
179
179
# https://github.com/golangci/golangci-lint-action/issues/244
180
180
skip-cache : true
181
181
@@ -221,7 +221,7 @@ jobs:
221
221
working-directory : docgen
222
222
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
223
223
version : ${{ env.GOLANGCI_LINT_VERSION }}
224
- args : -v
224
+ args : -v --timeout=5m
225
225
# https://github.com/golangci/golangci-lint-action/issues/244
226
226
skip-cache : true
227
227
You can’t perform that action at this time.
0 commit comments