wikiloop-doublecheck
wikiloop-doublecheck copied to clipboard
FR: Add yaml validation to validate all yaml files for i18n locales
Currently we are using the yaml as format for our locales. Since i18n involves a lot scattered toolings and hand editing, it's better that we do some validation.
Solution proposal: yaml-validator
We could use yaml-validator
, add the script into our existing .circleci config
Skill required
- basic understanding for circleci