07e08beac1
* feat: Add status check functions for scaffolder steps - Introduced `always()` and `failure()` functions to control step execution after failures. - Updated documentation to explain usage of new status check functions. - Enhanced NunjucksWorkflowRunner to process these functions in step conditions. - Added tests to verify behavior of steps using `always()` and `failure()`. Signed-off-by: ferin79 <ferinpatel79@gmail.com> * feat: Enhance status check functions in scaffolder steps - Updated documentation to clarify usage of status check functions with template expressions. - Modified tests to reflect changes in syntax for status checks. - Refactored NunjucksWorkflowRunner to ensure proper handling of status check functions in step conditions. Signed-off-by: ferin79 <ferinpatel79@gmail.com> * docs: Clarify usage of status check functions in writing templates - Removed redundant explanation about truthy conditions after step failure. - Streamlined the description for better clarity on status check functions. Signed-off-by: ferin79 <ferinpatel79@gmail.com> --------- Signed-off-by: ferin79 <ferinpatel79@gmail.com>