Fixing ci pipeline.... lmao
Skyweave Test & Lint Ritual / Test and Lint Code (push) Failing after 24s

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