From a545ef5af41aabd4c7b0c724979871691aaf7cb9 Mon Sep 17 00:00:00 2001 From: Christian van Dijk Date: Mon, 23 Feb 2026 13:57:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B1=20ci=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1071bc3..4f37771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,10 @@ jobs: - uses: actions/checkout@v4 - name: Setup Lua + uses: leafo/gh-actions-lua@v12 + + - name: Setup LuaRocks uses: leafo/gh-actions-luarocks@v6 - with: - lua-version: "5.4" - name: Install luacheck run: luarocks install luacheck