Skip to content

Commit e85b66c

Browse files
Fix: remove non-existent build script and add typecheck to test workflow
Co-authored-by: Junie <[email protected]>
1 parent bba054c commit e85b66c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-linear.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Install dependencies
4040
run: bun install
4141

42-
- name: Build
43-
run: bun run build
42+
- name: Run type check
43+
run: bun run typecheck
4444

4545
- name: Run Junie Action
4646
uses: ./

0 commit comments

Comments
 (0)