Skip to content

build(deps): bump react-router-dom from 6.22.2 to 7.1.4 #941

build(deps): bump react-router-dom from 6.22.2 to 7.1.4

build(deps): bump react-router-dom from 6.22.2 to 7.1.4 #941

Workflow file for this run

name: Check flake8
on: [pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Lint with flake8
run: |
pip install flake8
make flake8