Skip to content

fix(ios): nomatch event firing on iOS 18+ #20

fix(ios): nomatch event firing on iOS 18+

fix(ios): nomatch event firing on iOS 18+ #20

Workflow file for this run

name: Run Typescript
on:
pull_request:
jobs:
typescript-check:
name: Typescript check
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: npm install
- name: 🔍 Run Typescript check
run: npm run ts:check