Add CI running luacheck

This commit is contained in:
Nguyễn Gia Phong 2020-11-14 18:18:14 +07:00
parent eada06667d
commit 150864a76d
1 changed files with 9 additions and 0 deletions

9
.build.yml Normal file
View File

@ -0,0 +1,9 @@
image: alpine/edge
packages:
- luacheck
sources:
- https://github.com/vicious-widgets/vicious
tasks:
- check: |
cd vicious
luacheck --config=tools/luacheckrc .