Skip to content

build(deps): bump react-router-dom from 6.24.1 to 6.27.0 #478

build(deps): bump react-router-dom from 6.24.1 to 6.27.0

build(deps): bump react-router-dom from 6.24.1 to 6.27.0 #478

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