From 0df9ba717cd483bb703ef6a5091997046f0c44dc Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 9 Jun 2023 14:10:20 +0200 Subject: [PATCH] review: add documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ```