Skip to content

Ci/env example parity 815#1798

Open
warisu wants to merge 2 commits into
EarnQuestOne:mainfrom
warisu:ci/env-example-parity-815
Open

Ci/env example parity 815#1798
warisu wants to merge 2 commits into
EarnQuestOne:mainfrom
warisu:ci/env-example-parity-815

Conversation

@warisu

@warisu warisu commented Jun 26, 2026

Copy link
Copy Markdown

📝 Pull Request Summary

Description

This PR satisfies Issue #815 (FE-026) by introducing an automated environment configuration sync guard. It validates that any required key added to the frontend core runtime (AppEnvironment inside lazyEnvValidator.ts) has a corresponding default template entry within the public .env.example file.

Key Modifications

  • Automated Parsing Script: Created scripts/validate_env_parity.ts to run structural key analysis on interfaces and flag missing fields.
  • CI Validation Stage Integration: Deployed a GitHub Action workflow file (env-parity-validation.yml) that acts as a check for incoming pull requests.
  • Proactive Developer Ergonomics: Prevents developer environmental runtime failures during repository sync steps.

Closes #815

@warisu warisu requested a review from RUKAYAT-CODER as a code owner June 26, 2026 15:59
@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

@warisu Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Great job so far

There’s just one blocker — the workflow is failing. Could you take a look and fix it so all checks pass?
You could pull from the main to get the changes before pushing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FE-026] Add CI step validating .env.example parity with required vars

2 participants