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/love-library.yaml b/.gitea/workflows/love-library.yaml new file mode 100644 index 0000000..06d2f1e --- /dev/null +++ b/.gitea/workflows/love-library.yaml @@ -0,0 +1,8 @@ +name: LÖVE 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/.luacheckrc b/.luacheckrc index cdc3460..d7f64f6 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,4 +1,4 @@ -std = "max" +std = "max+love" cache = true include_files = {"**.lua", "*.luacheckrc"} exclude_files = {} diff --git a/test/init.lua b/test/init.lua new file mode 100644 index 0000000..2126a4a --- /dev/null +++ b/test/init.lua @@ -0,0 +1 @@ +-- TODO