From 90bb6dafd4188f32af1a315ee9b73154b4dd15ba Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Wed, 11 Jun 2025 23:42:33 -0400 Subject: [PATCH] fixing package name in ci workflow --- .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 ae21390..24cd185 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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.