94fa40c6f7
bees, blox, bobblocks, coloredwood, homedecor, technic, currency, digilines, digistguff, facade, farming_redo, framedglass, gloopblocks, ilights, led_marquee, maptools, mesecons, moreblocks, moreores, mymillwork, plasticbox, replacer, ropes, street_signs, solidcolor, stained_glass, teleport_request, unified_inventory, unifieddyes, worldedit, add basic_signs, notify_hud_provider
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
|