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