diff --git a/README.md b/README.md index 4b3ca13..b535707 100644 --- a/README.md +++ b/README.md @@ -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 ```