Skip to content

Commit

Permalink
feat(ci): add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-sanna-eki committed Dec 23, 2023
1 parent f6d75a1 commit b2a710f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
node-version: '18'
- run: npm install
- run: npm run lint
- run: npm run lint
- name: Type Checking
run: npx tsc --noEmit

0 comments on commit b2a710f

Please # to comment.