Lua testing
This commit is contained in:
parent
9c3f52abf6
commit
438944c599
19
.gitea/workflows/lua-testing.yaml
Normal file
19
.gitea/workflows/lua-testing.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user