Skip to content

Commit 6f12536

Browse files
authored
ops: run 'tsc' on CI (#51)
1 parent f60187b commit 6f12536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
node-version: lts/hydrogen
1717
cache: "npm"
1818
- run: npm install
19-
- run: npm run lint
19+
- run: npm run lint
20+
- run: npx tsc --noEmit

0 commit comments

Comments
 (0)