Skip to content

build(deps): bump sphinxcontrib-htmlhelp from 2.0.1 to 2.1.0 #474

build(deps): bump sphinxcontrib-htmlhelp from 2.0.1 to 2.1.0

build(deps): bump sphinxcontrib-htmlhelp from 2.0.1 to 2.1.0 #474

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Run Flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Initialize Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Lint with flake8
run: flake8 .