Skip to content

Commit

Permalink
ops: run 'tsc' on CI (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero authored Apr 23, 2024
1 parent f60187b commit 6f12536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
node-version: lts/hydrogen
cache: "npm"
- run: npm install
- run: npm run lint
- run: npm run lint
- run: npx tsc --noEmit

0 comments on commit 6f12536

Please sign in to comment.