H-417: include frontend TypeScript in format checks (#78)

Co-authored-by: Rogee <rogee@ipao.vip>
This commit is contained in:
Rogee
2026-08-21 14:37:23 +08:00
committed by GitHub
co-authored by rogee
parent a0f668b2d8
commit e665abbfb8
3 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -73,6 +73,6 @@ jobs:
- run: pnpm install --frozen-lockfile
- name: ESLint representative JS/Vue files
run: pnpm --dir frontend exec eslint app/javascript/dashboard/components-next/captain/assistant/AssistantPlayground.spec.js app/javascript/dashboard/components-next/captain/assistant/AssistantPlayground.vue
- name: Prettier representative JS/Vue files
run: pnpm --dir frontend exec prettier --check app/javascript/dashboard/components-next/captain/assistant/AssistantPlayground.spec.js app/javascript/dashboard/components-next/captain/assistant/AssistantPlayground.vue
- name: Prettier representative JS/TS/Vue files
run: pnpm --dir frontend exec prettier --check app/javascript/dashboard/components-next/captain/assistant/AssistantPlayground.spec.js app/javascript/dashboard/components-next/captain/assistant/AssistantPlayground.vue vite.config.ts app/javascript/histoire.setup.ts
- run: pnpm --dir frontend build