chore(gha): add yamllint.yml GitHub workflow - #16
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow intended to validate YAML files in this repository, providing CI feedback on pushes/PRs and sending a notification on workflow failure.
Changes:
- Introduces a new
.github/workflows/yamllint.ymlworkflow to runyamllintagainst the repo. - Adds a follow-up
notifyjob that runs when the validation job fails.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🤖 fix-approve-mergeOutcome: BLOCKED ⛔ Required Next: Restore or grant access to |
Why is this needed?
This pull request has been created by a robot to add the
yamllint.ymlGitHub workflow.