FamilySearch / GEDCOM-registries

2 stars 3 forks source link

Add CI/CD workflow to validate YAML files #40

Closed dthaler closed 4 months ago

dthaler commented 4 months ago

The intent is that this should run on a pull request and be required to pass before the pull request can be merged.

Unlike the workflow in the GEDCOM and GEDCOM.io repositories, this workflow is configured to ignore trailing spaces since the generated YAML files have lots of trailing spaces (e.g., blank lines between paragraphs in the spec are converted to lines indented with four spaces) so the workflow would fail if not disabled.

Addressed part of #37