Skip to content

Commit 6058cce

Browse files
committed
ci: scope ty check to package sources
1 parent c6843cb commit 6058cce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Type check
3434
run: uv run --locked --group lint mypy langchain_typesense
3535
- name: Ty check
36-
run: uv run --locked --group lint ty check
36+
run: uv run --locked --group lint ty check langchain_typesense
3737
- name: Unit tests
3838
run: >-
3939
uv run --locked --group test pytest --disable-socket

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ integration_test:
99
lint:
1010
uv run --group lint ruff check .
1111
uv run --group lint mypy langchain_typesense
12-
uv run --group lint ty check
12+
uv run --group lint ty check langchain_typesense
1313

1414
format:
1515
uv run --group lint ruff check --fix .

0 commit comments

Comments
 (0)