Groom generated YAMLs #135
Labels
A: CI Template
Area: builtin continuous integration pipeline templates
good first issue
Good First Issue
T: Enhancement
Type: an enhancement to an existing feature
Context
Pipelinit currently has 25 YAML templates to generate CI pipelines, bu they were built without enforcing a code format. We should make sure the templates and generated output follows the Prettier format. Also, some files use
.yml
and others the.yaml
extension.Finally, the generated files may contain blank lines, that we could trim:
Goal
.yaml
for file extensions1This could be implemented after #129 to keep it enforced
Footnotes
https://yaml.org/faq.html ↩
The text was updated successfully, but these errors were encountered: