tests: enable format check

This commit is contained in:
Misty De Méo 2025-06-25 16:26:29 -07:00 committed by Misty De Méo
parent 0f2c166e2a
commit a4e5418e13

View file

@ -27,5 +27,8 @@ jobs:
./.venv/bin/pip install --upgrade pip
./.venv/bin/pip install ruff
- name: Run check
run: make check
- name: Run formatting check
run: make check-format