From 0016e7608f84dcbc577ec6e3f96b689cccb02c35 Mon Sep 17 00:00:00 2001 From: Richard Baltrusch Date: Fri, 6 Jun 2025 17:56:16 +0200 Subject: [PATCH] Add luacheck lint Github action workflow --- .github/workflows/linter.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/linter.yaml diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml new file mode 100644 index 0000000..3314aef --- /dev/null +++ b/.github/workflows/linter.yaml @@ -0,0 +1,15 @@ +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 + with: + args: stream.lua