Skip to content

build(deps-dev): bump eslint-plugin-cypress from 3.0.2 to 3.1.1 #129

build(deps-dev): bump eslint-plugin-cypress from 3.0.2 to 3.1.1

build(deps-dev): bump eslint-plugin-cypress from 3.0.2 to 3.1.1 #129

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run eslint & prettier
run: npm run lint && npm run format:check
- name: Run tests
run: npm test