Skip to content

add project dependencies for pip install #484

add project dependencies for pip install

add project dependencies for pip install #484

Workflow file for this run

name: Code Style - flake8
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Run flake8
run: |
flake8