This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Add a check job in the CI+CD workflow #631
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
Problem
The CI+CD workflow should invoke Django checks.
Description
The Django check command can catch a number of problems in the codebase and act as an effective way to identify possible bugs.
Alternatives
This is just an addition, we already have some unit and integration tests to catch most major issues.
Implementation
The text was updated successfully, but these errors were encountered: