added CI for all source files
PR Prerequisites / Lua Check (pull_request) Failing after 20s
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 24s

This commit is contained in:
2026-09-08 17:35:21 +02:00
parent 70d18f4ac3
commit 50f2a0eea0
2 changed files with 20 additions and 4 deletions
-4
View File
@@ -2,10 +2,6 @@ std = "lua51"
max_line_length = false
-- Compiled bundle is a single file; each source file's locals live inside
-- their own `do ... end` block, so cross-file shadowing isn't a real risk.
unused_args = false
-- Cross-file globals set by Spearhead itself (no `require`/module system in the bundle)
globals = {
"SpearheadConfig",