1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 14:20:22 +02:00

add github luacheck workflow and various luacheck fixes

This commit is contained in:
unknown
2022-05-01 17:09:15 -04:00
parent e128b43b0a
commit 7f1cf733c5
5 changed files with 17 additions and 26 deletions

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

@ -0,0 +1,11 @@
name: luacheck
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""