actions-marketplace-validations/Luacheck for lua codebases
Runs luacheck on a codebase or specific files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 22, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ragedunicorn_action-luacheck@94ee053798fc676fd66bb36d541d855ed3c2daf1 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | A list of files or directories to apply luacheck to. Defaults to the working directory from `path`. | no | . |
| workspace | Working directory for luacheck. The file list should be relative to this path. Defaults to the `github.workspace` path. | no | ${{ github.workspace }} |
| args | Additional command-line arguments. See https://luacheck.readthedocs.io/en/stable/cli.html | no | — |
Outputs
no outputs