Skip to content

Add luacheck, tidy code, fix wielded_light compat #1

Add luacheck, tidy code, fix wielded_light compat

Add luacheck, tidy code, fix wielded_light compat #1

Workflow file for this run

name: luacheck
on:
push:
paths:
- "**.lua"
pull_request:
paths:
- "**.lua"
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Luacheck
uses: lunarmodules/luacheck@master