Skip to content

Commit

Permalink
Vérifier que le format de code est respecté
Browse files Browse the repository at this point in the history
En lançant `ruff format` dans la CI.
  • Loading branch information
Anto59290 committed Jun 27, 2024
1 parent 97515ed commit 1fcf094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: pip install pip-tools && pip-sync && playwright install
- name: Run ruff
run: ruff check .
- name: Run ruff format
run: ruff format check .
- name: Run DjHTML
run: find -name *.html -not -path "./venv/*" | xargs djhtml
- name: Run tests
Expand Down

0 comments on commit 1fcf094

Please sign in to comment.