diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index 9f7dfee..73e2e1b 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -47,8 +47,8 @@ jobs: - name: Run ty type checker run: | - # Run ty on core packages and apps, excluding multimodal and tests - ty check --exclude "apps/multimodal/**" --exclude "tests/**" packages/leann-core/src apps + # Run ty on core packages and apps, excluding tests + ty check --exclude "tests/**" packages/leann-core/src apps build: needs: [lint, type-check]