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 8f6cccf4e0 - Show all commits
+8 -4
View File
@@ -43,10 +43,14 @@ jobs:
cat << EOF > .luacheckrc
std = {
globals = {
"SpearheadConfig", "lfs", "env", "net", "trigger", "timer", "Object",
"setmetatable", "table", "string", "math", "pairs", "ipairs", "tostring",
"require",
"Unit", "Group", "Airbase", "StaticObject"
"lfs",
"setmetatable",getmetatable", "table", "string", "math", "pairs", "ipairs",
"require", "type", "tostring", "io", "error", "pcall", "tonumber",
"SpearheadConfig",
"env", "net", "trigger", "timer", "Object", "land", "coord", "coalition"
"Unit", "Group", "Airbase", "StaticObject", "SceneryObject", "world",
},
}