@@ -135,6 +135,13 @@ jobs:
npm run lint
+ - run:
+ name: run style lint
+ command: |
+ cd /usr/share/hue
+
+ npm run style-lint
- run:
name: run npm license checker
command: |
@@ -120,6 +120,12 @@ jobs:
npm run check-license
+ - name: run style lint
+ run: |
- name: run npm absolute path detection
run: |
cd /usr/share/hue