mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-16 23:48:27 +00:00
review: add documentation
This commit is contained in:
parent
de5e6fe60a
commit
0df9ba717c
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ jobs:
|
||||||
# The location of the configuration file can be changed by using `--config=`
|
# The location of the configuration file can be changed by using `--config=`
|
||||||
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
|
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
|
||||||
|
|
||||||
|
# Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
|
||||||
|
# allow-extra-out-format-args: true
|
||||||
|
|
||||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||||
# only-new-issues: true
|
# only-new-issues: true
|
||||||
|
|
||||||
|
|
@ -121,6 +124,9 @@ jobs:
|
||||||
# The location of the configuration file can be changed by using `--config=`
|
# The location of the configuration file can be changed by using `--config=`
|
||||||
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
|
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
|
||||||
|
|
||||||
|
# Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
|
||||||
|
# allow-extra-out-format-args: true
|
||||||
|
|
||||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||||
# only-new-issues: true
|
# only-new-issues: true
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue