Skip to content

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

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

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

Workflow file for this run

name: Check ESLint
on:
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: npm install
- name: 🤓 Run ESLint
run: npm run lint