added lua check CI step #49

Merged
dutchie031 merged 72 commits from CI into develop 2026-09-20 16:08:04 +00:00
Showing only changes of commit 51e480f877 - Show all commits
+4 -4
View File
@@ -43,11 +43,11 @@ jobs:
cat << EOF > .luacheckrc
std = {
globals = {
"SpearheadConfig"
"SpearheadConfig", "lfs", "env", "net", "trigger", "timer", "Object",
"setmetatable", "table", "string", "math", "pairs", "ipairs", "tostring",
"require",
"Unit", "Group", "Airbase", "StaticObject"
},
read_globals = {
"lfs", "env", "net", "trigger", "timer", "Object"
}
}
max_line_length = false