From 438944c599f0b2adf35fc62820a59d7e78f29f1d Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Tue, 16 Apr 2024 22:11:23 +0200 Subject: [PATCH] Lua testing --- .gitea/workflows/lua-testing.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/lua-testing.yaml diff --git a/.gitea/workflows/lua-testing.yaml b/.gitea/workflows/lua-testing.yaml new file mode 100644 index 0000000..1645355 --- /dev/null +++ b/.gitea/workflows/lua-testing.yaml @@ -0,0 +1,19 @@ +name: Lua Testing + +on: + workflow_call: + inputs: + secrets: + +jobs: + Lua-Testing: + runs-on: ubuntu-latest + steps: + - name: Install Lua + uses: leafo/gh-actions-lua@v10 + - name: Check out repository code + uses: actions/checkout@v3 + with: + luaVersion: luajit + - name: Run testing library + run: luajit test/init.lua