mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 23:02:55 +08:00
fix yaml syntax error
This commit is contained in:
parent
c00038bbad
commit
5998cd8160
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
|
@ -26,6 +26,6 @@ jobs:
|
|||
pip install pytest
|
||||
pytest
|
||||
- name: Test formatting
|
||||
run: |
|
||||
pip install black
|
||||
black --check .
|
||||
run: |
|
||||
pip install black
|
||||
black --check .
|
||||
|
|
Loading…
Reference in a new issue