August 21, 2025
3 pull requests merged across 1 repo
bahdotsh/wrkflw
The 'name' field is optional per GitHub Actions specification. When omitted, GitHub displays the workflow file path relative to the repository root.
This change removes the validation logic that incorrectly enforced the name field as required, aligning the validator with the official JSON schema which only requires 'on' and 'jobs' fields at the root level.
Fixes #50
Fixes: #49