Skip to content

Commit

Permalink
Add CI running luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx committed Dec 7, 2020
1 parent eada066 commit 150864a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image: alpine/edge
packages:
- luacheck
sources:
- https://github.com/vicious-widgets/vicious
tasks:
- check: |
cd vicious
luacheck --config=tools/luacheckrc .

0 comments on commit 150864a

Please sign in to comment.