reef-technologies / cookiecutter-rt-django

CookieCutter template for Django application projects with docker-compose etc.
BSD 3-Clause "New" or "Revised" License
19 stars 24 forks source link

Remove the format step from github ci workflow #156

Closed emnoor-reef closed 9 months ago

emnoor-reef commented 9 months ago

The lint step already checks for formatting errors. By running the format step before lint step, the source is being properly formatted. So the lint step is unable to find the formatting problems (just formatted in the previous step).

I was confused, when locally nox -s lint failed with formatting errors, but github actions didn't! Fun fact: this repo's workflow file has it correct. But the template workflow file does not.