|
|
|
|
|
by shahsyed
2144 days ago
|
|
I'm having some arguments with other developers (devs) on whether or not this is important. I'm gonna finally try to implement this for my own pipeline this week, hopefully. I would much rather have devs double check/validate things locally before they edit changes. Modifying config files by using the edit text feature in GitHub (GH), doesn't enable you to do that. & Devs are lazy. I'm lazy. They want things easy. Me too. So let's make it easy. Modify your CI/CD pipeline to validate YAML configs on any file changes (use GH hooks for example) Now devs can do whatever they want - if their pre-deployment checks fail, go back and fix it! |
|