nebularg/luacheck-runner

Runs luacheck.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesA list of files, rockspecs, or directories to be checked. Defaults to the workspace path as set by the `path` input. no.
pathThe 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 }}
argsAdditional command-line arguments. See https://luacheck.readthedocs.io/en/stable/cli.html no
configURL to a custom configuration (`.luacheckrc`) file that will be used as the default configuration file. no
annotateEmits 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. nonone

no outputs