mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-03-20 19:20:25 +01:00
github luacheck workflow tweaks...
This commit is contained in:
parent
604e00613d
commit
9465870690
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -7,13 +7,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: apt
|
|
||||||
|
- name: install luarocks
|
||||||
run: sudo apt-get install -y luarocks
|
run: sudo apt-get install -y luarocks
|
||||||
- name: luacheck install
|
|
||||||
|
- name: install luacheck via luarocks
|
||||||
run: luarocks install --local luacheck
|
run: luarocks install --local luacheck
|
||||||
|
|
||||||
- name: luacheck moreblocks
|
- 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)
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user