yolowingpixie/Selene Lua Linter Action

Lint Lua code with Selene. Highly configurable, supports annotations, and uses a Docker container for consistent results.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryDirectory where Selene will be executed, relative to repository root. no.
config-pathPath to Selene configuration file (e.g., selene.toml), relative to repository root. yes
lint-pathFile or directory to lint, relative to `working-directory`.no.
selene-argsAdditional arguments to pass directly to the Selene CLI.no""
fail-on-warningsIf true, the action fails if Selene reports any warnings (exit code 1). nofalse
report-as-annotationsIf true, Selene findings are reported as GitHub code annotations. notrue
selene-versionVersion of Selene to use (e.g., 'v0.28.0', 'latest'). 'latest' resolves to the newest release. nolatest
selene-repoRepository for Selene releases (owner/repo).noKampfkarren/selene
selene-variantSelene variant to download (selene or selene-light).noselene

no outputs