From 3a6b8dbd3c10f8c12b50ff5a51599bca55896cc3 Mon Sep 17 00:00:00 2001 From: Brandon Young <32550081+brandonyoungdev@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:47:03 -0600 Subject: [PATCH] chore: add lint --- .github/workflows/lint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..cce7b98 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,10 @@ +name: Luacheck +on: [push, pull_request] +jobs: + luacheck: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Luacheck linter + uses: lunarmodules/luacheck@v1