Skip to content

Bump cypress from 13.6.3 to 13.7.1 #524

Bump cypress from 13.6.3 to 13.7.1

Bump cypress from 13.6.3 to 13.7.1 #524

Workflow file for this run

name: lint
on: [pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint