Skip to content

Commit 8e2d039

Browse files
committed
Add typechecking to CI
1 parent b2659bd commit 8e2d039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ on: [push, pull_request, workflow_dispatch]
33

44
jobs:
55
build:
6-
name: Build
6+
name: Build and Typecheck
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: oven-sh/setup-bun@v1
1111
- run: bun install --frozen-lockfile
12+
- run: bunx tsc --noEmit
1213
- run: bun --bun run build

0 commit comments

Comments
 (0)