Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Sep 17, 2024
1 parent 3c70460 commit bf92df8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ jobs:
- run: npm ci

- run: npx tsc --noEmit
id: tsc
continue-on-error: true

- name: Check on failures
if: steps.tsc.outputs.status != 'failure'
run: exit 1

0 comments on commit bf92df8

Please sign in to comment.