CI using Github Action
You can check .github/workflows/ci.yml to learn more
code-style-check
will runpre-commit
to check code style.frontend-build
will build frontend assetsdjango-check
will check migration conflict and run unit tests and integration tests.