- Optional
files
: List of files, directories and rockspecs to check. - Optional
config
: Path to configuration file. - Optional
args
: Arguments passed to luacheck. (Look at Command line options for all arguments)
- uses: Jayrgo/luacheck-action@v1
with:
# List of files, directories and rockspecs to check.
# Default: .
files: '.'
# Path to configuration file.
# Default: .luacheckrc
config: '.luacheckrc'
# Arguments passed to luacheck.
# Default: -q
args: '-q'
The scripts and documentation in this project are released under the MIT License