Skip to content

Fix #391 and #418 #1115

Fix #391 and #418

Fix #391 and #418 #1115

Workflow file for this run

name: Flake8
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Run Flake8
run: |
pip install -r requirements.txt
flake8