Skip to content

Add frontend existence checks to CI and build workflows#61

Merged
javidahmed64592 merged 1 commit intomainfrom
fix-action
Mar 7, 2026
Merged

Add frontend existence checks to CI and build workflows#61
javidahmed64592 merged 1 commit intomainfrom
fix-action

Conversation

@javidahmed64592
Copy link
Owner

This pull request improves how the workflows check for the existence of the frontend directory, making the logic more robust and consistent across local and remote repositories. The main changes involve updating the custom action to expose an output and modifying the workflow steps to combine the results from local and remote checks.

Enhancements to frontend existence checks in workflows:

Action improvements

Workflow logic updates

  • .github/workflows/build.yml: Assigned IDs to both local and remote frontend existence checks, and added a new step to combine their outputs into a unified exists value for subsequent steps.
  • .github/workflows/ci.yml: Mirrored the changes in build.yml by assigning IDs and combining the outputs for the CI workflow, ensuring consistent handling of frontend checks.

@javidahmed64592 javidahmed64592 merged commit b8e6b56 into main Mar 7, 2026
14 checks passed
@javidahmed64592 javidahmed64592 deleted the fix-action branch March 7, 2026 20:32
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.

1 participant