Skip to content

Upgrade to version 1.2.1 #72

Upgrade to version 1.2.1

Upgrade to version 1.2.1 #72

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
jobs:
cypress-lint:
runs-on: ubuntu-latest
env:
NODE_VERSION: current
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install npm
run: |
npm install --save-dev
npm ls --depth=0
- name: Analysis
run: |
npm run lint