forked from mirrors/thatmattlove-hyperglass
fix frontend CI config
This commit is contained in:
parent
383494b8ef
commit
6befe55ead
1 changed files with 4 additions and 0 deletions
4
.github/workflows/frontend.yml
vendored
4
.github/workflows/frontend.yml
vendored
|
|
@ -28,13 +28,17 @@ jobs:
|
|||
run: yarn install
|
||||
|
||||
- name: Formatting (Prettier)
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: yarn format:check
|
||||
|
||||
- name: Lint (ESLint)
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: yarn lint
|
||||
|
||||
- name: Types (TypeScript)
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: yarn typecheck
|
||||
|
||||
- name: Tests (Jest)
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: yarn test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue