add luacheck, workflow and fix some issues

This commit is contained in:
BuckarooBanzay
2021-04-02 22:08:35 +02:00
committed by Buckaroo Banzai
parent 0d19660379
commit 19cb21ee1a
3 changed files with 67 additions and 16 deletions

8
.luacheckrc Normal file
View File

@ -0,0 +1,8 @@
globals = {
"factions"
}
read_globals = {
"minetest",
"table"
}