Skip to content

Commit

Permalink
Add test compile to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Nov 6, 2024
1 parent a7b6170 commit 2d8ba66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
run: npm run lint
- name: Run prettier
run: npm run prettier:ci
- name: Test compile
run: npx tsc --noEmit

0 comments on commit 2d8ba66

Please sign in to comment.