tweak github luacheck, which will still fail

This commit is contained in:
flux 2022-06-11 18:49:53 -07:00
parent c5ddb5f2d4
commit b2936054eb
1 changed files with 7 additions and 2 deletions

View File

@ -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