Skip to content

* Delete the 14.10 items, as this branch is based on 14.05. #32

* Delete the 14.10 items, as this branch is based on 14.05.

* Delete the 14.10 items, as this branch is based on 14.05. #32

Workflow file for this run

---
name: Tests - Lua
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
job:
name: Run Lua Tests
runs-on: ubuntu-latest
steps:
- name: Update
run: sudo apt-get update
- name: Setup Lua
run: sudo apt-get install -y libluajit-5.1-dev
- name: Check out code.
uses: actions/checkout@main