Skip to content

refactor: change to more modular and testable approach #6

refactor: change to more modular and testable approach

refactor: change to more modular and testable approach #6

Workflow file for this run

---
name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
luacheck:
name: luacheck
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: lint
uses: lunarmodules/luacheck@v1