From 1dbb410439c78da315ee1e710658edc979241e50 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/lua-library.yaml | 8 -------- .gitea/workflows/lua-library.yml | 8 ++++++++ .luacheckrc | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 .gitea/workflows/lua-library.yaml create mode 100644 .gitea/workflows/lua-library.yml diff --git a/.gitea/workflows/lua-library.yaml b/.gitea/workflows/lua-library.yaml deleted file mode 100644 index af36b5c..0000000 --- a/.gitea/workflows/lua-library.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: Lua Library -on: [push] - -jobs: - Lua-Testing: - uses: jmaa/workflows/.gitea/workflows/lua-testing.yaml@v6.19 - Static-Analysis: - uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.19 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