Usher Linter for VS CodeThis extension provides syntax validation and intelligent autocompletion for This linter is build on top of https://github.com/redhat-developer/vscode-yaml/blob/main/README.md and requires the extension https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml as dependency in order to add the additional schema for validation. What is Usher?Usher is a command-line orchestration tool that allows you to define and execute complex workflows through a single YAML configuration file. It provides a way to coordinate multiple command-line applications, scripts, and tasks with features like parallel execution, error handling, retries, and variable management. Think of it as a task runner that helps "usher containers to production" by streamlining deployment and automation workflows. Learn more: https://github.com/findmypast/usher Build & Install the Extension
Running TestsRun Releasing New VersionThis repo has GitHub actions configured so you can relay on the To release new version:
|