yaml-workflow
Version updated for https://github.com/orieg/yaml-workflow to version v0.9.4.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Summary:
yaml-workflow is a lightweight workflow engine that allows developers to define and execute reproducible, version-controlled CI/CD pipelines and data processing tasks using plain YAML files. It provides features such as task automation without infrastructure overhead, reusable workflows through imports, state persistence, parallel execution, and more. This makes it suitable for local automation, scripts, and batch processing tasks while offering a lightweight alternative to shell scripts with better error handling. The tool is designed to be GitOps-friendly, making workflows live alongside the code in version control repositories.
What’s Changed
What’s Changed
- Phase 0: adoption + credibility fixes by @orieg in https://github.com/orieg/yaml-workflow/pull/38
- docs: Editor Integration guide + promote .yaml-workflow.yaml convention by @orieg in https://github.com/orieg/yaml-workflow/pull/39
- docs: address Copilot review on editor-integration guide by @orieg in https://github.com/orieg/yaml-workflow/pull/40
- feat(mcp): prepare official MCP Registry publishing by @orieg in https://github.com/orieg/yaml-workflow/pull/41
- fix(mcp): address Copilot review on #41 by @orieg in https://github.com/orieg/yaml-workflow/pull/42
- chore: bump version to 0.9.4 by @orieg in https://github.com/orieg/yaml-workflow/pull/43
Full Changelog: https://github.com/orieg/yaml-workflow/compare/v0.9.3...v0.9.4