wrkflw

Validate and execute GitHub Actions workflows locally

brewmacoslinux
Try with needOr install directly
Source

About

Validate and execute GitHub Actions workflows locally

Commands

wrkflw

Examples

Validate a workflow file for syntax errors$ wrkflw validate .github/workflows/main.yml
Execute a specific workflow locally$ wrkflw run .github/workflows/main.yml
List all workflows in the repository$ wrkflw list