fix yaml syntax error

This commit is contained in:
Son NK 2019-12-23 15:37:57 +00:00
parent c00038bbad
commit 5998cd8160
1 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,6 @@ jobs:
pip install pytest
pytest
- name: Test formatting
run: |
pip install black
black --check .
run: |
pip install black
black --check .