mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
commit
e23a285bd5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
@ -25,3 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pytest
|
pytest
|
||||||
|
- name: Test formatting
|
||||||
|
run: |
|
||||||
|
pip install black
|
||||||
|
black --check .
|
||||||
|
|
Loading…
Reference in a new issue