We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eada066 commit 150864aCopy full SHA for 150864a
.build.yml
@@ -0,0 +1,9 @@
1
+image: alpine/edge
2
+packages:
3
+ - luacheck
4
+sources:
5
+ - https://github.com/vicious-widgets/vicious
6
+tasks:
7
+ - check: |
8
+ cd vicious
9
+ luacheck --config=tools/luacheckrc .
0 commit comments