Skip to content

Commit a141a5d

Browse files
committed
add to CI
1 parent 519ff92 commit a141a5d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test_node.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88
value: ${{ jobs.test_node.result }}
99

1010
jobs:
11+
type_check:
12+
name: Type Check
13+
runs-on: ubuntu-24.04
14+
steps:
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
16+
- run: npm run check:types
17+
1118
test_node:
1219
strategy:
1320
fail-fast: false

0 commit comments

Comments
 (0)