Add yaml linter / validator
serkonda7 opened this issue · 0 comments
serkonda7 commented
Describe the feature
A simple tool that checks the present yaml keys are all valid to prevent typos.
Proposed Solution
It could have the following checks:
- keys are alphanumeric
- keys are defined in a allowlist
Additional Information
No response