Now we are getting somewhere
Skyweave Test & Lint Ritual / Test and Lint Code (push) Successful in 21s

This commit is contained in:
wes
2025-06-12 20:55:58 -04:00
parent 9b99d51a15
commit cc479240ad
+1
View File
@@ -25,6 +25,7 @@ jobs:
# 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-5.1 install busted luarocks-5.1 install busted
cp lib/json.lua skyweave/
- name: 3. Run Luacheck Scrutiny - name: 3. Run Luacheck Scrutiny
run: | run: |