ci: lock generated OpenAPI contract

This commit is contained in:
ik
2026-09-12 21:03:37 +07:00
parent d4ded77355
commit 8d7fab97b9
6 changed files with 3330 additions and 1 deletions
+2
View File
@@ -41,6 +41,8 @@ jobs:
alembic current
- name: Run Python tests
run: pytest -q
- name: Verify generated OpenAPI contract
run: python apps/api/export_openapi.py --check
astro-build:
runs-on: ubuntu-latest