Skip to content

Bump react-router-dom from 6.4.2 to 6.14.2 in /src/frontend #1320

Bump react-router-dom from 6.4.2 to 6.14.2 in /src/frontend

Bump react-router-dom from 6.4.2 to 6.14.2 in /src/frontend #1320

Workflow file for this run

name: 'Frontend Pull Request Lint'
on:
pull_request:
branches: [main]
paths:
- "src/frontend/**"
workflow_dispatch:
jobs:
API-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install project dependencies, run lint
run: |
cd src/frontend
npm ci
npm run lint