Skip to content

Merge pull request #77 from covid19cuba/dependabot/pip/zipp-3.19.1 #392

Merge pull request #77 from covid19cuba/dependabot/pip/zipp-3.19.1

Merge pull request #77 from covid19cuba/dependabot/pip/zipp-3.19.1 #392

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.8
uses: actions/setup-python@v1
with:
python-version: "3.8"
- uses: actions/checkout@v1
- name: Lint
run: |
pip install flake8
flake8 main.py