Skip to content

Commit 0196796

Browse files
committed
Remove redundant type check step from workflow
1 parent e917a75 commit 0196796

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: bun install
2222

23-
- name: Type check project
24-
run: bun run build-types
25-
2623
- name: Check and lint formatting
2724
run: |
2825
bun run check

0 commit comments

Comments
 (0)