red40-development/luacheck for FiveM
Runs luacheck on a project with FiveM natives
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 27, 2026
- License
- MIT
Pinned Snippet
uses: red40-development/fivem-lua-lint-action@2cd7eb8d2bfaf3bbfc40a3908cceec5c16081877 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| args | luacheck arguments to pass | no | -t |
| paths | the path name to lint lua in | no | . |
| config_path | Config file path (absolute, or relative to workspace root). Leave empty to use embedded default config | no | "" |
| capture | capture output into a file | no | "" |
| extra_libs | extra definitions to use, in the format of a+b+c | no | "" |
| fail_on_warnings | If the action should fail on warnings or not | no | false |
Outputs
no outputs