Skip to content

New tokenization system to fix #1 #29

New tokenization system to fix #1

New tokenization system to fix #1 #29

Workflow file for this run

name: Luacheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
luacheck:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Run luacheck for the codebase in the src/ and examples/ folder
- name: Luacheck linter
uses: lunarmodules/luacheck@v1
with:
args: src examples