mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 23:53:52 -05:00
Update .github/workflows/checks.yml
Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -38,10 +38,8 @@ jobs:
|
|||||||
output: report-markdown
|
output: report-markdown
|
||||||
annotations: failed-tests
|
annotations: failed-tests
|
||||||
prnumber: ${{ steps.findPr.outputs.number }}
|
prnumber: ${{ steps.findPr.outputs.number }}
|
||||||
- name: Run black
|
|
||||||
run: poetry run black .
|
|
||||||
- name: Check imports alphabetized
|
- name: Check imports alphabetized
|
||||||
run: poetry run isort ./app ./tests
|
run: poetry run isort --check-only ./app ./tests
|
||||||
- name: Run style checks
|
- name: Run style checks
|
||||||
run: poetry run flake8 .
|
run: poetry run flake8 .
|
||||||
- name: Check dead code
|
- name: Check dead code
|
||||||
|
|||||||
Reference in New Issue
Block a user