Skip to content

Add test and luacheck workflows in GH actions #3

Add test and luacheck workflows in GH actions

Add test and luacheck workflows in GH actions #3

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/