From 73480a3adf56f005b6affc6dff1c3b6a3ce0af61 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 12 Jun 2025 20:51:43 -0400 Subject: [PATCH] Fixing ci pipeline I hope --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c0ca221..55310c2 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: run: | echo "Sanctifying container with Lua tools..." # Installs luacheck for linting, and Lua + Luarocks for Busted - apk add --no-cache luacheck lua5.1-dev build-base git + apk add --no-cache luacheck lua5.1-dev build-base git luarocks luarocks install busted - name: 3. Run Luacheck Scrutiny