File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 55
55
# Optional: golangci-lint command line arguments.
56
56
# args: --issues-exit-code=0
57
57
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
+
58
61
# Optional: show only new issues if it's a pull request. The default value is `false`.
59
62
# only-new-issues: true
60
63
@@ -115,6 +118,9 @@ jobs:
115
118
# Optional: golangci-lint command line arguments.
116
119
# args: --issues-exit-code=0
117
120
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
+
118
124
# Optional: show only new issues if it's a pull request. The default value is `false`.
119
125
# only-new-issues: true
120
126
```
You can’t perform that action at this time.
0 commit comments