Skip to content

Commit 5af0afa

Browse files
committed
ci: add unasync check on ci
1 parent a6f7045 commit 5af0afa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Install the project
4545
run: uv sync --locked --all-extras --dev
4646

47+
- name: Check sync generation
48+
run: uv run python utils/run-unasync.py --check
49+
4750
- name: Lint with Ruff
4851
run: |
4952
uv run ruff check src/typesense

0 commit comments

Comments
 (0)