mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-02-19 03:30:22 +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:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-python@master
|
||||
|
||||
- run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qqq luarocks
|
||||
- name: Install pre-commit
|
||||
run: pip3 install pre-commit
|
||||
|
||||
- name: Install LuaCheck
|
||||
run: luarocks install --local luacheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user