Skip to content

Commit ad57d02

Browse files
committed
review: add documentation
1 parent 4345a9a commit ad57d02

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
@@ -55,6 +55,9 @@ jobs:
5555
# Optional: golangci-lint command line arguments.
5656
# args: --issues-exit-code=0
5757

58+
# Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
59+
# allow-extra-out-format-args: true
60+
5861
# Optional: show only new issues if it's a pull request. The default value is `false`.
5962
# only-new-issues: true
6063

@@ -115,6 +118,9 @@ jobs:
115118
# Optional: golangci-lint command line arguments.
116119
# args: --issues-exit-code=0
117120

121+
# Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
122+
# allow-extra-out-format-args: true
123+
118124
# Optional: show only new issues if it's a pull request. The default value is `false`.
119125
# only-new-issues: true
120126
```

0 commit comments

Comments
 (0)