From 8adbd79a6c30244b7da6ef288e507d71f38faa1d Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 20 Apr 2025 17:42:34 +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 5d94669..265e073 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: [ -f test ] && luajit test/init.lua + run: test -f test && luajit test/init.lua Static-Analysis: runs-on: ubuntu-latest steps: