Skip to content

Commit e491a0d

Browse files
committed
#780 Update CI
- Include staging branch in CI - Run type checks
1 parent 98c1309 commit e491a0d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- staging
78
pull_request:
89
branches:
910
- main
11+
- staging
1012
workflow_dispatch:
1113

1214
jobs:
@@ -23,6 +25,8 @@ jobs:
2325
node-version: ${{ matrix.node-version }}
2426
- run: npm ci
2527
- run: npm test
28+
- run: npm run typecheck
29+
- run: npm run typecheck-test
2630
- run: npm run build
2731
- run: npm run doc
2832
- name: Save build

0 commit comments

Comments
 (0)