chore: enforce prettier, ignore submodules and vendor files (#3018)

* chore: enforce prettier, ignore submodules and vendor files

* chore: add format check in CI

---------

Co-authored-by: Huang Xin <chrox.huang@gmail.com>
This commit is contained in:
xijibomi-coffee
2026-01-21 14:53:02 +01:00
committed by GitHub
parent ea811c90c6
commit d1d0d2d59c
15 changed files with 114 additions and 83 deletions
+4
View File
@@ -68,6 +68,10 @@ jobs:
run: |
pnpm install && pnpm setup-vendors
- name: run format check
run: |
pnpm format:check || (pnpm format && git diff && exit 1)
- name: run tests
working-directory: apps/readest-app
run: |