Check formatting in pipeline

This commit is contained in:
Deluan
2020-04-26 14:48:29 -04:00
committed by Deluan Quintão
parent f3097496c6
commit ad6c86d78a
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -78,6 +78,11 @@ jobs:
cd ui
npm ci
- name: npm check-formatting
run: |
cd ui
npm run check-formatting
- name: npm build
run: |
cd ui