Call to make checkformat in the pythonpackage.yml

This commit is contained in:
DavidVadnais 2025-03-24 08:10:01 -10:00
parent cf46f11f45
commit 60952d0b4c

View File

@ -36,7 +36,8 @@ jobs:
- name: Lint with ruff
run: |
pip install ruff
ruff check helpdesk
make checkformat
- name: Test with pytest
run: |