forked from minetest-mods/gauges
16 lines
266 B
YAML
16 lines
266 B
YAML
language: generic
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- luarocks
|
|
|
|
before_install: |
|
|
pyenv global 3.6.3
|
|
pip3 install --user pre-commit
|
|
luarocks install --local luacheck
|
|
|
|
script: |
|
|
"$HOME/.local/bin/pre-commit" run --all-files
|
|
"$HOME/.luarocks/bin/luacheck" .
|