run black in github workflow

This commit is contained in:
Son NK 2019-12-23 15:36:26 +00:00
parent bcbe239f60
commit 6deca0b75d
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ jobs:
run: |
pip install pytest
pytest
- name: Test formatting
run: |
pip install black
black --check .