Skip to content

Updated internal events to use the EventRegistry and added events for… #240

Updated internal events to use the EventRegistry and added events for…

Updated internal events to use the EventRegistry and added events for… #240

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v1
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: "--codes --ranges -q"