We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extra-args
1 parent 0b5639d commit 02b32e3Copy full SHA for 02b32e3
README.md
@@ -64,6 +64,18 @@ The follow options can be provided to this GitHub Action.
64
Example: <code>formatters codeqa</code>.
65
</td>
66
</tr>
67
+ <tr>
68
+ <td>
69
+ <code>extra-args</code>
70
+ <br>
71
+ (default: <code>""</code>)
72
+ </td>
73
74
+ Extra arguments to be passed to nox sessions. If empty, no extra arguments are passed. Can be a space-separated list of arguments.
75
76
+ Example: <code>--check</code>.
77
78
+ </tr>
79
<tr>
80
<td>
81
<code>force-pythons</code>
0 commit comments