Skip to content

Merge pull request #25 from ColinKennedy/renovate/johnnymorganz-stylu… #87

Merge pull request #25 from ColinKennedy/renovate/johnnymorganz-stylu…

Merge pull request #25 from ColinKennedy/renovate/johnnymorganz-stylu… #87

Workflow file for this run

name: Luacheck
on:
pull_request: {}
push:
branches:
- main
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install -y luarocks
sudo luarocks install luacheck
- name: Lint
run: make luacheck