Run prettier --check in check workflow
This commit is contained in:
parent
d118551405
commit
1008c8a9fc
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run Prettier
|
||||
run: npx prettier .
|
||||
run: npx prettier --check .
|
||||
- name: Run ESLint on web client
|
||||
run: cd web && yarn lint
|
||||
- name: Run Typescript checker on web client
|
||||
|
|
Loading…
Reference in New Issue
Block a user