Skip to content

Updated for 11.0.0 #206

Updated for 11.0.0

Updated for 11.0.0 #206

Workflow file for this run

name: Validate
on:
push:
branches:
- main
- test
pull_request:
branches:
- main
- test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1