From 4b1c9822928439bb1889a244d00ed47d19382ad9 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 12 Apr 2023 12:13:11 -0400 Subject: [PATCH] #209 luacheck action --- .github/workflows/check.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/check.yml diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml new file mode 100644 index 0000000..ecc0c1a --- /dev/null +++ b/.github/workflows/check.yml @@ -0,0 +1,18 @@ +name: Lua Checks + +on: + workflow_dispatch: + push: + branches: + - main + - latest +jobs: + check: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v2 + - name: Luacheck + uses: lunarmodules/luacheck@v1.1.0 + with: + args: . --no-max-line-length --globals _HOST term fs peripheral rs bit parallel colors textutils shell settings window read periphemu http