Added luacheck config
PR Prerequisites / Lua Check (pull_request) Failing after 22s
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 22s

This commit is contained in:
2026-09-20 11:27:31 +02:00
parent a90e075e62
commit f8641e607d
+5 -2
View File
@@ -46,9 +46,12 @@ jobs:
"lfs",
"setmetatable", "getmetatable", "table", "string", "math", "pairs", "ipairs",
"require", "type", "tostring", "io", "error", "pcall", "tonumber",
"SpearheadConfig",
"loadstring",
"SpearheadConfig", "SpearheadAPI", "GlobalCapCallBacks"
"env", "net", "trigger", "timer", "Object", "land", "coord", "coalition",
"Unit", "Group", "Airbase", "StaticObject", "SceneryObject", "world"
"Unit", "Group", "Airbase", "StaticObject", "SceneryObject", "world",
"country", "missionCommands", "Controller", "Weapon", "atmosphere", "country"
},
}