You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add required env vars to lint-backend workflow
Mypy needs to import app modules during analysis, which requires valid
Settings configuration. Added dummy env vars for:
- PROJECT_NAME, FIRST_SUPERUSER (required fields)
- DATABASE_URL with postgresql+psycopg:// scheme for psycopg v3
- All Supabase and Redis config values
This matches the pattern used in test-backend.yml and generate-client.yml
workflows.
Related to CUR-29
🤖 Generated by Aygentic
Co-Authored-By: Aygentic <noreply@aygentic.com>
0 commit comments