Fixing ci pipeline I hope
Skyweave Test & Lint Ritual / Test and Lint Code (push) Failing after 9s

This commit is contained in:
wes
2025-06-12 20:51:43 -04:00
parent a5ce9d1977
commit 73480a3adf
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: |
echo "Sanctifying container with Lua tools..."
# Installs luacheck for linting, and Lua + Luarocks for Busted
apk add --no-cache luacheck lua5.1-dev build-base git
apk add --no-cache luacheck lua5.1-dev build-base git luarocks
luarocks install busted
- name: 3. Run Luacheck Scrutiny