You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Luacheck Linter
v0.1.0-alpha
Pre-release
All options need set in .luacheckrc
at the root of the repository. See more in
the Configuration file.
Example of the action:
on: push
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Luacheck Linter
uses: judaew/luacheck-action@v0.1.0-alpha