From 0100738d25d88249d24b674a632ef6fa5621480f Mon Sep 17 00:00:00 2001
From: takunomi-build-bot <build-bot@takunomi.space>
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: