Fixing running of prettier check on the front

This commit is contained in:
David Négrier 2021-11-24 15:24:24 +01:00
parent bb435f3580
commit d3bd99b5ee
1 changed files with 1 additions and 6 deletions

View File

@ -62,18 +62,13 @@ jobs:
working-directory: "front"
- name: "Pretty"
run: yarn run pretty
run: yarn run pretty-check
working-directory: "front"
- name: "Jasmine"
run: yarn test
working-directory: "front"
# We will enable prettier checks on front in a few month, when most PRs without prettier have been merged
# - name: "Prettier"
# run: yarn run pretty-check
# working-directory: "front"
continuous-integration-pusher:
name: "Continuous Integration Pusher"