Skip to content

chore(deps): bump pagefind from 1.1.0 to 1.1.1 #26

chore(deps): bump pagefind from 1.1.0 to 1.1.1

chore(deps): bump pagefind from 1.1.0 to 1.1.1 #26

Workflow file for this run

name: ESLint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint:eslint