Skip to content

Commit d63898f

Browse files
committed
fix: build env
1 parent f29c3a4 commit d63898f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: pnpm lint
4747

4848
- name: Check types
49+
run: pnpm build
4950
env:
5051
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
5152
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
5253
PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
53-
run: pnpm build

0 commit comments

Comments
 (0)