Skip to content

Commit dd16819

Browse files
committed
.gh/wf/ci.yml: adds steps to run scripts typecheck, compile and test.
1 parent 00914ba commit dd16819

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v6
2121
with: { node-version: 18, cache: npm }
2222
- run: npm ci
23+
- run: npm run typecheck
2324
- run: npm run lint
25+
- run: npm run compile
26+
- run: npm run test # requries `compile`

0 commit comments

Comments
 (0)