Skip to content

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 #162

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 #162

Workflow file for this run

# ref: https://docs.cypress.io/guides/continuous-integration/github-actions#Explicit-Version-Number
name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
# https://github.com/marketplace/actions/cypress-io
uses: cypress-io/github-action@v5.0.2
with:
build: yarn build
start: yarn start