Skip to content

build(deps-dev): bump @cypress/code-coverage from 3.13.7 to 3.13.8 #619

build(deps-dev): bump @cypress/code-coverage from 3.13.7 to 3.13.8

build(deps-dev): bump @cypress/code-coverage from 3.13.7 to 3.13.8 #619

Workflow file for this run

name: ESLINT
on:
push:
branches:
- the-one
paths:
- '**.ts'
- '**.tsx'
- '**.js'
- '**.json'
- '.github/workflows/eslint.yml'
pull_request:
branches:
- the-one
paths:
- '**.ts'
- '**.tsx'
- '**.js'
- '**.json'
- '.github/workflows/eslint.yml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: latest
cache: 'npm'
cache-dependency-path: |
package-lock.json
- run: npm ci
- run: npm run language
- run: npm run lint