Skip to content

Commit

Permalink
ci: run type-check for reader examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Nov 1, 2024
1 parent c01502f commit 00e681d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
- name: Build
run: pnpm run build
- name: Use Build For Examples
run: pnpm link ../packages/llamaindex/
run: |
pnpm link ../packages/llamaindex/
cd readers && pnpm link ../../packages/llamaindex/
working-directory: ./examples
- name: Run Type Check
run: pnpm run type-check
Expand Down

0 comments on commit 00e681d

Please sign in to comment.