add eslint & prettier checks to ci

This commit is contained in:
checktheroads 2021-01-03 23:56:47 -07:00
parent feb6870a24
commit 5b406198ae

View file

@ -25,6 +25,11 @@ jobs:
working-directory: ${{ env.working-directory }}
run: yarn install
- name: TypeScript Check
working-directory: ${{ env.working-directory }}
run: yarn typecheck
- name: TypeScript
run: ./.tests/pre-commit-frontend.sh --typescript
- name: ESLint
run: ./.tests/pre-commit-frontend.sh --eslint
- name: ESLint
run: ./.tests/pre-commit-frontend.sh --prettier