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: |