Skip to content

Commit 0df9ba7

Browse files
committed
review: add documentation
1 parent de5e6fe commit 0df9ba7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
# The location of the configuration file can be changed by using `--config=`
5959
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
6060

61+
# Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
62+
# allow-extra-out-format-args: true
63+
6164
# Optional: show only new issues if it's a pull request. The default value is `false`.
6265
# only-new-issues: true
6366

@@ -121,6 +124,9 @@ jobs:
121124
# The location of the configuration file can be changed by using `--config=`
122125
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
123126

127+
# Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
128+
# allow-extra-out-format-args: true
129+
124130
# Optional: show only new issues if it's a pull request. The default value is `false`.
125131
# only-new-issues: true
126132
```

0 commit comments

Comments
 (0)