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