Skip to content

Fix for 5.0.0-beta1 (#2) #36

Fix for 5.0.0-beta1 (#2)

Fix for 5.0.0-beta1 (#2) #36

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
python-version: "3.x"
- uses: actions/checkout@v1
- name: Lint
run: |
pip install flake8
flake8 main.py