From 0db397719ef30eb2a2e36a309805cc5b1a9aa091 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 7 Jul 2024 00:38:46 +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/python-omni --- .gitea/workflows/game.yaml | 6 ------ .gitea/workflows/lua-library.yml | 8 ++++++++ .luacheckrc | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .gitea/workflows/game.yaml create mode 100644 .gitea/workflows/lua-library.yml diff --git a/.gitea/workflows/game.yaml b/.gitea/workflows/game.yaml deleted file mode 100644 index a7a700e..0000000 --- a/.gitea/workflows/game.yaml +++ /dev/null @@ -1,6 +0,0 @@ -name: LÖVE/Lua Library -on: [push] - -jobs: - Static-Analysis: - uses: jmaa/workflows/.gitea/workflows/lua.yaml@main diff --git a/.gitea/workflows/lua-library.yml b/.gitea/workflows/lua-library.yml new file mode 100644 index 0000000..ae19cc0 --- /dev/null +++ b/.gitea/workflows/lua-library.yml @@ -0,0 +1,8 @@ +name: LÖVE/Lua Library +on: [push] + +jobs: + Test: + uses: jmaa/workflows/.gitea/workflows/lua-testing.yaml@v6.21 + Static-Analysis: + uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.21 diff --git a/.luacheckrc b/.luacheckrc index 77b1724..277f930 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,6 +1,6 @@ -std = "max" +std = "love+max" cache = true -include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"} +include_files = {"**.lua", "*.luacheckrc"} exclude_files = {} self = false max_line_length=false