From cc479240ad08abc9b0cb486fedf1ae0be0693183 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 12 Jun 2025 20:55:58 -0400 Subject: [PATCH] Now we are getting somewhere --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8705893..a1988b3 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: # Installs luacheck for linting, and Lua + Luarocks for Busted apk add --no-cache luacheck lua5.1-dev build-base git luarocks luarocks-5.1 install busted + cp lib/json.lua skyweave/ - name: 3. Run Luacheck Scrutiny run: |