Skip to content

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

fix(findIndex): add missing default parameter for doesMatch

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

Workflow file for this run

name: autofix.ci
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: corepack enable
- uses: actions/setup-node@v5
with:
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn prettier --write .
- run: yarn run packlint
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27