mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-21 10:08:17 +02:00
Call to make checkformat in the pythonpackage.yml
This commit is contained in:
parent
cf46f11f45
commit
60952d0b4c
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
@ -36,7 +36,8 @@ jobs:
|
|||||||
- name: Lint with ruff
|
- name: Lint with ruff
|
||||||
run: |
|
run: |
|
||||||
pip install ruff
|
pip install ruff
|
||||||
ruff check helpdesk
|
make checkformat
|
||||||
|
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user