1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2025-07-14 05:40:25 +02:00

add luacheck and update mod.conf

closes #1
This commit is contained in:
OgelGames
2023-08-16 22:59:34 +10:00
parent be4df6fc88
commit f950dd5fbe
7 changed files with 34 additions and 18 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