Skip to content

Commit 6c201a5

Browse files
committed
ci: Check the build in CI
1 parent 2c5992b commit 6c201a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@ jobs:
3030
- name: Test
3131
run: pnpm run test
3232

33+
- name: Build
34+
run: pnpm run build
35+
36+
- name: Check types
37+
run: pnpm run check-types
38+
3339
- name: Coverage
3440
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)