mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-02-21 20:40:24 +01:00
... why was python part of the workflow?
This commit is contained in:
parent
9e68ca91b8
commit
54328987bf
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,13 +7,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-python@master
|
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -qqq luarocks
|
sudo apt-get install -qqq luarocks
|
||||||
- name: Install pre-commit
|
- name: Install pre-commit
|
||||||
run: pip3 install pre-commit
|
|
||||||
|
|
||||||
- name: Install LuaCheck
|
- name: Install LuaCheck
|
||||||
run: luarocks install --local luacheck
|
run: luarocks install --local luacheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user