Skip to content

Add support for loop steps in meta schema #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

shanejonas
Copy link
Collaborator

@shanejonas shanejonas commented Mar 4, 2025

Fixes #38

Add support for .steps property in loop steps in the meta schema.

  • meta-schema.json

    • Add steps property to LoopStep definition.
    • Update required array to include steps.
  • src/tests/dependency-resolver.test.ts

    • Add test case for loop step with steps property.
  • src/dependency-resolver.ts

    • Update findStepDependencies method to handle steps property in loop steps.
    • Update buildDependencyGraph method to handle steps property in loop steps.

For more details, open the Copilot Workspace session.

@shanejonas shanejonas force-pushed the shanejonas/add-loop-steps branch from 48e6dab to ce3f92c Compare March 4, 2025 01:46
@shanejonas shanejonas force-pushed the shanejonas/add-loop-steps branch from ce3f92c to 97207ac Compare March 4, 2025 01:47
@BelfordZ BelfordZ merged commit 2e500be into master Mar 4, 2025
3 checks passed
@BelfordZ BelfordZ deleted the shanejonas/add-loop-steps branch March 4, 2025 16:33
Copy link

github-actions bot commented Mar 4, 2025

🎉 This PR is included in version 1.3.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loop steps is not in meta schema
2 participants