From 8f3eb63ffdf311647dbbc486f3d637738d59e019 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Thu, 10 Sep 2026 21:49:08 +0200 Subject: [PATCH] updated workspace --- .gitea/workflows/pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index bc2d649..65c245c 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -86,7 +86,8 @@ jobs: run: cat ./.luarc.json - name: Run Lua Language Server - run: ./luals/bin/lua-language-server \ + run: | + ./luals/bin/lua-language-server \ --check ./src \ --checklevel=Warning \ --configpath="./.luarc.json"