Fix prettifier checks (#258)

This commit is contained in:
Chevdor
2020-04-23 19:17:04 +02:00
committed by GitHub
parent 5b7f1ecbbb
commit f82bf6cb44
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
working-directory: ./frontend
run: yarn install
- name: check
run: yarn check
run: yarn pretty:check
working-directory: ./frontend
- name: Test
run: yarn test