Skip to content

Commit 715abd3

Browse files
authored
docs: improve How to use section in README.md (#780)
1 parent 0182747 commit 715abd3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@ jobs:
5555
# working-directory: somedir
5656

5757
# 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.
6060
# The location of the configuration file can be changed by using `--config=`
6161
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
6262

6363
# Optional: show only new issues if it's a pull request. The default value is `false`.
6464
# only-new-issues: true
6565

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,
6767
# takes precedence over all other caching options.
6868
# skip-cache: true
6969

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.
7171
# skip-pkg-cache: true
7272

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.
7474
# 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'.
7777
# install-mode: "goinstall"
7878
```
7979

0 commit comments

Comments
 (0)