I've noticed a common issue in our workflow where minor changes made directly through the Bitbucket DC UI, such as modifying version numbers or release names, sometimes lead to pipeline failures due to missing syntax elements like braces or commas colons in the yaml and json code
Is there a way to implement syntax validation for Bitbucket UI commits? I'm looking for a solution that could help prevent these types of errors and streamline our development process.
Any advice or suggestions would be helpful