Run prettier --check in check workflow

This commit is contained in:
Marshall Polaris 2022-05-21 12:53:24 -07:00
parent d118551405
commit 1008c8a9fc

View File

@ -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