Skip to content

Commit b4225bc

Browse files
committed
chore(ci): set 10 minute golangci-lint timeout
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 3c9aa73 commit b4225bc

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,4 @@ jobs:
2828
with:
2929
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
3030
version: v1.51.2 # current version at time of commit
31-
32-
# Optional: working directory, useful for monorepos
33-
# working-directory: somedir
34-
35-
# Optional: golangci-lint command line arguments.
36-
# args: --issues-exit-code=0
37-
38-
# Optional: show only new issues if it's a pull request. The default value is `false`.
39-
# only-new-issues: true
40-
41-
# Optional: if set to true then the action don't cache or restore ~/go/pkg.
42-
# skip-pkg-cache: true
43-
44-
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
45-
# skip-build-cache: true
31+
args: --timeout 10m

0 commit comments

Comments
 (0)