Skip to content

Bump eslint-plugin-cypress from 2.15.1 to 3.3.0 #1228

Bump eslint-plugin-cypress from 2.15.1 to 3.3.0

Bump eslint-plugin-cypress from 2.15.1 to 3.3.0 #1228

Workflow file for this run

name: Format
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
branches:
- main
jobs:
build-and-lint:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run check-format