Skip to content

Tidying docs

Tidying docs #239

Workflow file for this run

name: Check style
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9']
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pip install pycodestyle
- name: Run checks
run: pycodestyle ./