Use mod.conf and add luacheck (#10)

This commit is contained in:
Niklp
2023-10-01 11:11:01 +02:00
committed by GitHub
parent f341d63b01
commit 1011023d6c
6 changed files with 30 additions and 27 deletions

10
.github/workflows/luacheck.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Luacheck
uses: lunarmodules/luacheck@master