Skip to content

Commit 24d60b0

Browse files
chore: remove typecheck
1 parent 58b9330 commit 24d60b0

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,6 @@ jobs:
3737
- name: Lint
3838
run: bun run lint
3939

40-
typecheck:
41-
runs-on: ubuntu-latest
42-
43-
steps:
44-
- uses: actions/checkout@v4
45-
46-
- name: Install Bun
47-
uses: oven-sh/setup-bun@v2
48-
49-
- name: Use cached node_modules
50-
uses: actions/cache@v4
51-
with:
52-
path: node_modules
53-
key: node-modules-${{ hashFiles('**/bun.lock') }}
54-
restore-keys: |
55-
node-modules-
56-
57-
- name: Install Dependencies
58-
run: bun install
59-
60-
- name: Typecheck
61-
run: bun --bun run typecheck
62-
6340
test:
6441
runs-on: ubuntu-latest
6542

0 commit comments

Comments
 (0)