Skip to content

docs: update readthedocs.yaml #110

docs: update readthedocs.yaml

docs: update readthedocs.yaml #110

Workflow file for this run

name: Flake8
on: [push, pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run Flake8
run: |
python -m pip install flake8
flake8