Skip to content

Bump cypress from 9.6.0 to 13.7.0 #426

Bump cypress from 9.6.0 to 13.7.0

Bump cypress from 9.6.0 to 13.7.0 #426

Workflow file for this run

name: eslint the code
on:
pull_request:
branches:
- main
jobs:
cypress-run:
name: Lint Code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup code
run: yarn
- name: Lint code
run: yarn lint:2021