File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,25 +55,25 @@ jobs:
55
55
# working-directory: somedir
56
56
57
57
# Optional: golangci-lint command line arguments.
58
- #
59
- # Note: by default the `.golangci.yml` file should be at the root of the repository.
58
+ #
59
+ # Note: By default, the `.golangci.yml` file should be at the root of the repository.
60
60
# The location of the configuration file can be changed by using `--config=`
61
61
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
62
62
63
63
# Optional: show only new issues if it's a pull request. The default value is `false`.
64
64
# only-new-issues: true
65
65
66
- # Optional: if set to true then the all caching functionality will be complete disabled,
66
+ # Optional: if set to true, then all caching functionality will be completely disabled,
67
67
# takes precedence over all other caching options.
68
68
# skip-cache: true
69
69
70
- # Optional: if set to true then the action don 't cache or restore ~/go/pkg.
70
+ # Optional: if set to true, then the action won 't cache or restore ~/go/pkg.
71
71
# skip-pkg-cache: true
72
72
73
- # Optional: if set to true then the action don 't cache or restore ~/.cache/go-build.
73
+ # Optional: if set to true, then the action won 't cache or restore ~/.cache/go-build.
74
74
# skip-build-cache: true
75
-
76
- # Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
75
+
76
+ # Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
77
77
# install-mode: "goinstall"
78
78
```
79
79
You can’t perform that action at this time.
0 commit comments