6
0

Lua testing

This commit is contained in:
Jon Michael Aanes 2024-04-16 22:11:23 +02:00
parent 9c3f52abf6
commit 438944c599
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -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