You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: nebularg/actions-luacheck@v1with:
# A list of files, rockspecs, or directories to be checked. Paths can be# absolute or relative to the `path` option.files: ''# The working directory for luacheck. The file list should be relative to# this path and output filenames be displayed relative to this path.# Default: ${{ github.workspace }}path: ''# Additional command-line arguments.# See https://luacheck.readthedocs.io/en/stable/cli.htmlargs: ''# URL to a custom configuration (`.luacheckrc`) file that will be used as# the default configuration file.config: ''# 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.## Default: 'none'annotate: 'none'