Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-01 22:08:01 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-01 22:08:01 +0300
commit1231cae02746d23c92a8460bc76fbf7de37f0164 (patch)
tree91f185018d95e289d6d7fa9d11e75bfa4dff150a /.drone.yml
parentc5f9f08119479a83e1594b106c8225a2376310ff (diff)
Add stylelint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 1a8b98d54..29127cfdb 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -132,6 +132,11 @@ steps:
commands:
- npm install
- npm run lint
+ - name: stylelint
+ image: node:lts-alpine
+ commands:
+ - npm install
+ - npm run stylelint
- name: vue-build
image: node:lts-alpine
commands: