mirror of
https://github.com/louisroyer/minetest-toolranks-extras.git
synced 2024-11-05 07:03:47 +01:00
15 lines
266 B
YAML
15 lines
266 B
YAML
language: python
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qqq luarocks
|
|
- pip3 install pre-commit
|
|
- luarocks install --local luacheck
|
|
|
|
script:
|
|
- pre-commit run --all-files
|
|
- $HOME/.luarocks/bin/luacheck .
|
|
|
|
notifications:
|
|
email: false
|