mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-15 15:00:19 +01:00
fix github build
This commit is contained in:
parent
5ae6dfeb34
commit
e70423fa6d
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -18,5 +18,8 @@ jobs:
|
|||
- name: install luacheck via luarocks
|
||||
run: luarocks install --local luacheck
|
||||
|
||||
- name: add luacheck path
|
||||
run: echo "$HOME/.luarocks/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Run pre-commit
|
||||
run: pre-commit run --all-files
|
||||
|
|
Loading…
Reference in New Issue
Block a user