Skip to content

refactor: change to more modular and testable approach #7

refactor: change to more modular and testable approach

refactor: change to more modular and testable approach #7

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