linting step in workflow

This commit is contained in:
Renaud Boyer 2020-12-06 22:21:18 +01:00
parent 0e70e5cf18
commit c61dd9dec6
1 changed files with 2 additions and 1 deletions

View File

@ -32,9 +32,10 @@ jobs:
poetry config virtualenvs.create false
poetry install
- name: Test formatting
- name: Check formatting & linting
run: |
black --check .
flake8
- name: Test with pytest
run: |