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 cat << EOF > .luacheckrc
std = { std = {
globals = { globals = {
"SpearheadConfig", "lfs", "env", "net", "trigger", "timer", "Object", "lfs",
"setmetatable", "table", "string", "math", "pairs", "ipairs", "tostring", "setmetatable",getmetatable", "table", "string", "math", "pairs", "ipairs",
"require", "require", "type", "tostring", "io", "error", "pcall", "tonumber",
"Unit", "Group", "Airbase", "StaticObject"
"SpearheadConfig",
"env", "net", "trigger", "timer", "Object", "land", "coord", "coalition"
"Unit", "Group", "Airbase", "StaticObject", "SceneryObject", "world",
}, },
} }