Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.19.1 #691

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.19.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.19.1 #691

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