Skip to content

Add a Luacheck workflow #2

Add a Luacheck workflow

Add a Luacheck workflow #2

Workflow file for this run

name: Luacheck
on:
push:
pull_request:
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck linter
uses: lunarmodules/luacheck@v1
with:
args: src/