From 60d57ccbdd3b6d30bd3f9f30f7fda974d2ad4f37 Mon Sep 17 00:00:00 2001 From: Christian van Dijk Date: Mon, 23 Feb 2026 15:48:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20CI=20workflow=20to=20us?= =?UTF-8?q?e=20'deno=20check'=20and=20improve=20Lua=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f0e37..4cbe1c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: deno-version: v2 - name: Deno lint frontend - run: cd frontend && deno lint main.ts + run: cd frontend && deno check continue-on-error: true build: @@ -106,10 +106,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Lua + - 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 dependencies run: |