forked from mirrors/thatmattlove-hyperglass
add eslint & prettier checks to ci
This commit is contained in:
parent
feb6870a24
commit
5b406198ae
1 changed files with 8 additions and 3 deletions
11
.github/workflows/frontend.yml
vendored
11
.github/workflows/frontend.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue