Skip to content

Updated TOC for 10.2.0 #194

Updated TOC for 10.2.0

Updated TOC for 10.2.0 #194

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