chore(github): split docs typecheck

This commit is contained in:
Benjamin Canac
2024-10-15 16:33:17 +02:00
parent 46bd1cb002
commit 5385f84e0a
2 changed files with 6 additions and 1 deletions

View File

@@ -49,6 +49,10 @@ jobs:
- name: Typecheck
run: pnpm run typecheck
- name: Docs typecheck
run: pnpm run docs:typecheck
continue-on-error: true
- name: Test
run: pnpm run test