We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a7647 commit ba1e5eeCopy full SHA for ba1e5ee
1 file changed
README.md
@@ -13,15 +13,21 @@ steps:
13
files: scripts/*.sh
14
```
15
16
-## Options
+## Configuration
17
18
-### `files`
+### Required
19
20
-The files (or globs) to run shellcheck on
+### `files` (string or array of strings)
21
22
-### `options`
+The files (or globs) to run shellcheck on.
23
24
-Any options to pass to shellcheck
+### Optional
25
+
26
+### `options` (string or array of strings)
27
28
+Command line options to pass to shellcheck.
29
30
+Default: `"--color=always"`
31
32
## License
33
0 commit comments