review: add documentation

This commit is contained in:
Fernandez Ludovic 2023-06-09 14:10:20 +02:00
parent de5e6fe60a
commit 0df9ba717c

View file

@ -58,6 +58,9 @@ jobs:
# The location of the configuration file can be changed by using `--config=`
# 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`.
# only-new-issues: true
@ -121,6 +124,9 @@ jobs:
# The location of the configuration file can be changed by using `--config=`
# 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`.
# only-new-issues: true
```