mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-11-14 22:30:35 +01:00
17 lines
322 B
YAML
17 lines
322 B
YAML
dist: bionic
|
|
language: python
|
|
|
|
python:
|
|
- 3.7.1
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qqq luarocks
|
|
- pip3 install pre-commit
|
|
- luarocks install --local luacheck
|
|
|
|
script:
|
|
# All linters are run with pre-commit hooks
|
|
- export PATH="$HOME/.luarocks/bin:$PATH"
|
|
- pre-commit run --all-files
|