mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +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: |
|
||||
pip install pytest
|
||||
pytest
|
||||
- name: Test formatting
|
||||
run: |
|
||||
pip install black
|
||||
black --check .
|
||||
|
|
Loading…
Reference in a new issue