ci: enforce format check

This commit is contained in:
三咲智子 Kevin Deng 2023-08-14 19:43:55 +08:00
parent 623ba514ec
commit bd08f057fc
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ jobs:
- name: Run eslint
run: pnpm run lint
# - name: Run prettier
# run: pnpm run format-check
- name: Run prettier
run: pnpm run format-check
- name: Run type declaration tests
run: pnpm run test-dts