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

This commit is contained in:
2026-09-19 23:33:15 +02:00
parent 0e1650648f
commit 1c2453e337
+1 -2
View File
@@ -40,7 +40,7 @@ jobs:
- name: Create LuaCheck Config
run: |
cat << EOF
cat << EOF > .luacheckrc
std = {
globals = {
"SpearheadConfig"
@@ -52,7 +52,6 @@ jobs:
max_line_length = false
EOF
> .luacheckrc
- name: Show LuaCheck Config
run: cat .luacheckrc