Hacker News new | ask | show | jobs
Ask HN: Do you validate your project's config files in your CI/CD pipeline
2 points by treebeard5440 933 days ago
I’m curious if this is standard practice for most projects. If not, do you expect an error in your config files to be caught by unit and/or functional tests?

I’m the maintainer of a project[0] that could provide syntax validation for multiple config file types in a CI/CD pipeline. I haven’t really seen that type of quality gate in very many projects though.

[0] https://github.com/Boeing/config-file-validator