Skip to content

Bump react-router-dom from 6.28.0 to 7.1.1 (#425) #957

Bump react-router-dom from 6.28.0 to 7.1.1 (#425)

Bump react-router-dom from 6.28.0 to 7.1.1 (#425) #957

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint:check