added yarn run pretty to the front ci
This commit is contained in:
parent
f2ca021740
commit
7743bda3eb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
@ -61,6 +61,10 @@ jobs:
|
||||||
run: yarn run lint
|
run: yarn run lint
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
|
- name: "Pretty"
|
||||||
|
run: yarn run pretty
|
||||||
|
working-directory: "front"
|
||||||
|
|
||||||
- name: "Jasmine"
|
- name: "Jasmine"
|
||||||
run: yarn test
|
run: yarn test
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue