Skip to content

Commit f89fd48

Browse files
committedApr 27, 2024·
docs: update readme
1 parent 47ef1b2 commit f89fd48

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed
 

‎README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# The location of the configuration file can be changed by using `--config=`
6363
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
6464

65-
# Optional: show only new issues if it's a pull request. The default value is `false`.
65+
# Optional: For pull request only, show only new issues. The default value is `false`.
6666
# only-new-issues: true
6767

6868
# Optional: if set to true, then all caching functionality will be completely disabled,
@@ -126,15 +126,23 @@ jobs:
126126
# working-directory: somedir
127127

128128
# Optional: golangci-lint command line arguments.
129-
#
130-
# Note: by default the `.golangci.yml` file should be at the root of the repository.
129+
#
130+
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
131131
# The location of the configuration file can be changed by using `--config=`
132-
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
132+
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
133133

134-
# Optional: show only new issues if it's a pull request. The default value is `false`.
134+
# Optional: For pull request only, show only new issues. The default value is `false`.
135135
# only-new-issues: true
136136

137-
# Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
137+
# Optional: if set to true, then all caching functionality will be completely disabled,
138+
# takes precedence over all other caching options.
139+
# skip-cache: true
140+
141+
# Optional: if set to true, caches will not be saved, but they may still be restored,
142+
# subject to other options
143+
# skip-save-cache: true
144+
145+
# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
138146
# install-mode: "goinstall"
139147
```
140148

0 commit comments

Comments
 (0)
Please sign in to comment.