From b2936054ebb5b14a3f0b239434a983ee99536326 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Sat, 11 Jun 2022 18:49:53 -0700 Subject: [PATCH] tweak github luacheck, which will still fail --- .github/workflows/build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e34d304..d3fb120 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,12 @@ jobs: - name: Install LuaCheck run: luarocks install --local luacheck - - name: Run LuaCheck using pre-commit + - name: Run LuaCheck using pre-commit on moreblocks run: | pre-commit run --all-files - $HOME/.luarocks/bin/luacheck . + $HOME/.luarocks/bin/luacheck ./moreblocks + + - name: Run LuaCheck using pre-commit on stairsplus + run: | + pre-commit run --all-files + $HOME/.luarocks/bin/luacheck ./stairsplus