mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
linting step in workflow
This commit is contained in:
parent
0e70e5cf18
commit
c61dd9dec6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -32,9 +32,10 @@ jobs:
|
|||
poetry config virtualenvs.create false
|
||||
poetry install
|
||||
|
||||
- name: Test formatting
|
||||
- name: Check formatting & linting
|
||||
run: |
|
||||
black --check .
|
||||
flake8
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue