luacheck...

This commit is contained in:
flux 2022-06-12 21:17:37 -07:00
parent c63ff90fa3
commit 604e00613d
1 changed files with 3 additions and 7 deletions

View File

@ -13,11 +13,7 @@ jobs:
run: luarocks install --local luacheck
- name: luacheck moreblocks
run: |
pre-commit run --all-files
$HOME/.luarocks/bin/luacheck -q ./moreblocks
run: $HOME/.luarocks/bin/luacheck -q ./moreblocks
- name: luacheck stairsplus
run: |
pre-commit run --all-files
$HOME/.luarocks/bin/luacheck -q ./stairsplus
- name: luacheck stairsplus (expected to fail until more work is done)
run: $HOME/.luarocks/bin/luacheck -q ./stairsplus