From 59b7c8e84722dc67ca387a2c9ac2efcbcc5bd078 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 7 Jul 2024 00:17:59 +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.yml | 8 ++++++++ .luacheckrc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitea/workflows/lua-library.yml 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 d7f64f6..277f930 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,4 +1,4 @@ -std = "max+love" +std = "love+max" cache = true include_files = {"**.lua", "*.luacheckrc"} exclude_files = {}