Skip to content

Commit 9f12667

Browse files
authored
Merge pull request #35 from objectstack-ai/copilot/update-job-step-references
2 parents 25deddb + 37935e1 commit 9f12667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Type Check (Mobile)
2727
run: npx tsc --noEmit
2828
- name: Type Check (Docs)
29-
run: cd apps/docs && npx tsc --noEmit
29+
run: cd apps/docs && pnpm run types:check
3030
- name: Lint
3131
run: npx eslint . --ext .ts,.tsx
3232
- name: Test

0 commit comments

Comments
 (0)