fixing package name in ci workflow
Skyweave CI Rituals / Rite of Static Scrutiny (Luacheck) (push) Failing after 4s

This commit is contained in:
wes
2025-06-11 23:42:33 -04:00
parent b10b674c14
commit 90bb6dafd4
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: 1. Install Dependencies (luacheck)
run: |
echo "Sanctifying container with luacheck..."
apk add --no-cache lua5.1-luacheck
apk add --no-cache luacheck
- name: 2. Checkout Repository Code
# This standard action checks out your repository's code into the container.