File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 2727 uses : golangci/golangci-lint-action@v3
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
30- version : v1.51.1 # 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
30+ version : v1.53.3 # current version at time of commit
31+ args : --timeout 10m
32+ only-new-issues : true
You can’t perform that action at this time.
0 commit comments