Add CI running luacheck
This commit is contained in:
parent
eada06667d
commit
150864a76d
|
@ -0,0 +1,9 @@
|
||||||
|
image: alpine/edge
|
||||||
|
packages:
|
||||||
|
- luacheck
|
||||||
|
sources:
|
||||||
|
- https://github.com/vicious-widgets/vicious
|
||||||
|
tasks:
|
||||||
|
- check: |
|
||||||
|
cd vicious
|
||||||
|
luacheck --config=tools/luacheckrc .
|
Loading…
Reference in New Issue