nebularg/luacheck-runner
Runs luacheck.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | A list of files, rockspecs, or directories to be checked. Defaults to the workspace path as set by the `path` input. | no | . |
| path | The working directory for luacheck. The file list should be relative to this path and output filenames be displayed relative to this path. Defaults to the workspace path. | no | ${{ github.workspace }} |
| args | Additional command-line arguments. See https://luacheck.readthedocs.io/en/stable/cli.html | no | — |
| config | URL to a custom configuration (`.luacheckrc`) file that will be used as the default configuration file. | no | — |
| annotate | Emits annotations for source code at locations parsed from the output. Must be set to "none", "warning" or "error". Requires that output of warnings not be suppressed through the -qq or -qqq arguments. | no | none |
Outputs
no outputs