From 360d6bb42bbe5c95dec0be11eb40080dfad19a1b Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 20 Apr 2025 17:36:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager) --- .gitea/workflows/lua-library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lua-library.yml b/.gitea/workflows/lua-library.yml index 363ae97..5d94669 100644 --- a/.gitea/workflows/lua-library.yml +++ b/.gitea/workflows/lua-library.yml @@ -19,7 +19,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Run testing library - run: luajit test/init.lua + run: [ -f test ] && luajit test/init.lua Static-Analysis: runs-on: ubuntu-latest steps: