Skip to content

Fix docs workflow

Fix docs workflow #91

Workflow file for this run

on: [pull_request]
name: Python Style Check
jobs:
stylecheck:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@master
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: "Run PEP8"
uses: quentinguidee/pep8-action@v1
with:
arguments: "--max-line-length=150 --ignore=E203,E302,W291,W605"