Skip to content

Bump react-router-dom from 6.14.2 to 6.15.0 #102

Bump react-router-dom from 6.14.2 to 6.15.0

Bump react-router-dom from 6.14.2 to 6.15.0 #102

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Check TypeScript
run: npx tsc
shell: bash
- name: Run ESLint
run: npm run lint
shell: bash