added yarn run pretty to the front ci

This commit is contained in:
kharhamel 2021-09-06 14:27:01 +02:00
parent f2ca021740
commit 7743bda3eb

View file

@ -61,6 +61,10 @@ jobs:
run: yarn run lint
working-directory: "front"
- name: "Pretty"
run: yarn run pretty
working-directory: "front"
- name: "Jasmine"
run: yarn test
working-directory: "front"