github luacheck workflow tweaks...

This commit is contained in:
flux 2022-06-12 21:21:04 -07:00
parent 604e00613d
commit 9465870690
1 changed files with 6 additions and 4 deletions

View File

@ -7,13 +7,15 @@ jobs:
steps:
- uses: actions/checkout@master
- name: apt
- name: install luarocks
run: sudo apt-get install -y luarocks
- name: luacheck install
- name: install luacheck via luarocks
run: luarocks install --local luacheck
- name: luacheck moreblocks
run: $HOME/.luarocks/bin/luacheck -q ./moreblocks
run: $HOME/.luarocks/bin/luacheck --config ./moreblocks/.luacheckrc -q ./moreblocks
- name: luacheck stairsplus (expected to fail until more work is done)
run: $HOME/.luarocks/bin/luacheck -q ./stairsplus
run: $HOME/.luarocks/bin/luacheck --config ./stairsplus/.luacheckrc -q ./stairsplus