annnnnd pissed off Busted again again...
Skyweave Test, Lint, and Deploy Ritual / Test and Lint Code (push) Failing after 29s
Skyweave Test, Lint, and Deploy Ritual / Deploy to Roof Unit (push) Has been skipped

This commit is contained in:
wes
2025-06-16 23:27:52 -04:00
parent 6578a91f4f
commit d9949ad5db
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
run: | run: |
echo "Installing Luacheck and Busted via Luarocks..." echo "Installing Luacheck and Busted via Luarocks..."
# This method is more reliable than relying on apt for Lua packages # This method is more reliable than relying on apt for Lua packages
sudo luarocks install busted luarocks install busted
sudo luarocks install luacheck luarocks install luacheck
- name: 4. Run Luacheck Scrutiny - name: 4. Run Luacheck Scrutiny
run: | run: |