yolowingpixie/Selene Lua Linter Action
Lint Lua code with Selene. Highly configurable, supports annotations, and uses a Docker container for consistent results.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Directory where Selene will be executed, relative to repository root. | no | . |
| config-path | Path to Selene configuration file (e.g., selene.toml), relative to repository root. | yes | — |
| lint-path | File or directory to lint, relative to `working-directory`. | no | . |
| selene-args | Additional arguments to pass directly to the Selene CLI. | no | "" |
| fail-on-warnings | If true, the action fails if Selene reports any warnings (exit code 1). | no | false |
| report-as-annotations | If true, Selene findings are reported as GitHub code annotations. | no | true |
| selene-version | Version of Selene to use (e.g., 'v0.28.0', 'latest'). 'latest' resolves to the newest release. | no | latest |
| selene-repo | Repository for Selene releases (owner/repo). | no | Kampfkarren/selene |
| selene-variant | Selene variant to download (selene or selene-light). | no | selene |
Outputs
no outputs