Skip to content

Commit

Permalink
Added ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Oct 9, 2023
1 parent 3a54b99 commit 6919cec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,16 @@ jobs:
- run: yarn compile
- run: yarn lint
- run: yarn prettier:check

type-check:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: |
cd examples/example-expo
yarn
yarn tsc

0 comments on commit 6919cec

Please sign in to comment.