Skip to content
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

Closed
1 task
dhruvkb opened this issue Apr 6, 2022 · 1 comment · Fixed by #638
Closed
1 task

Add a check job in the CI+CD workflow #631

dhruvkb opened this issue Apr 6, 2022 · 1 comment · Fixed by #638
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

Comments

@dhruvkb
Copy link
Member

dhruvkb commented Apr 6, 2022

Problem

The CI+CD workflow should invoke Django checks.

$ python manage.py check

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

  • 🙋 I would be interested in implementing this feature.
@dhruvkb dhruvkb added 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 🤖 aspect: dx Concerns developers' experience with the codebase 🧰 goal: internal improvement Improvement that benefits maintainers, not users labels Apr 6, 2022
@sarayourfriend
Copy link
Contributor

TIL! This is would be a great addition!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants