mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
## Summary - Add `aiservice-ci.yml` using the shared reusable workflow from `codeflash-ai/github-workflows` - Remove old `django-unit-tests.yaml` and `mypy_aiservice.yml` (both replaced by the new unified workflow) - **Typecheck job**: uses the shared workflow (`codeflash-ai/github-workflows/.github/workflows/uv-mypy.yml`) - **Test job**: defined locally in `aiservice-ci.yml` (needs repository secrets that can't be passed to reusable workflows in other repos) ## What changed | Before | After | |---|---| | `django-unit-tests.yaml` (standalone) | `aiservice-ci.yml` — test job | | `mypy_aiservice.yml` (standalone) | `aiservice-ci.yml` — typecheck job (shared workflow) | |
||
|---|---|---|
| .. | ||
| workflows | ||
| dependabot.yml | ||
| pull_request_template.md | ||