Skip to content

Commit

Permalink
ci: check compiles in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Apr 2, 2024
1 parent 216628e commit 231fbc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: "Lint the code"
run: "yarn lint"

- name: Code compiles
run: yarn tsc --noEmit

- name: "Add lint summary"
run: |
echo "## Lint results" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 231fbc9

Please sign in to comment.