Skip to content

build(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10 (#292) #757

build(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10 (#292)

build(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10 (#292) #757

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