Skip to content

fix(findIndex): add missing default parameter for doesMatch #3912

fix(findIndex): add missing default parameter for doesMatch

fix(findIndex): add missing default parameter for doesMatch #3912

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: corepack enable
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: 'yarn'
- run: yarn install
- run: yarn test
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}