Skip to content

CI with GitHub Actions

Trak CI is defined in .github/workflows/.

Workflows

  • ci.yml: linting + tests (Python, Ruff, mypy, pytest with Postgres/Redis)
  • build_frontend.yml: frontend build + type checks

Notes

  • Python version is pinned via .python-version.
  • Tests require Postgres and Redis services.
  • Mypy is currently non-blocking.

See the org-wide standards at CI/CD standards.