txt: fix language detection when parsing TXT files, closes #1720 (#1723)

This commit is contained in:
Huang Xin
2025-07-31 14:52:25 +08:00
committed by GitHub
parent 097fde203d
commit eaaeb844f3
7 changed files with 359 additions and 26 deletions
+5
View File
@@ -58,6 +58,11 @@ jobs:
run: |
pnpm install && pnpm setup-pdfjs
- name: run tests
working-directory: apps/readest-app
run: |
pnpm test -- --watchAll=false
- name: build the web App
if: matrix.config.platform == 'web'
working-directory: apps/readest-app