more workflows

This commit is contained in:
Nick Sweeting 2020-11-28 05:44:37 -05:00
parent 675df49320
commit 90141c064b
6 changed files with 126 additions and 5 deletions

View file

@ -1,5 +1,8 @@
name: 'Lint'
on: [push]
name: Lint
on:
workflow_dispatch:
push:
env:
MAX_LINE_LENGTH: 110
@ -16,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- name: Install flake8