Skip to content

update CODEOWNERS

update CODEOWNERS #4

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Lua
run: sudo apt-get update && sudo apt-get install -y lua5.4
- name: Run tests
run: lua test.lua