Hello everyone.
We are working with golang microservices and each service have a github repo.
The pipeline from all those services are the same because we use makefile to proto, building, test, etc.
Is it possible to have a centralized repository with the pipeline yaml and all other repos share this same pipe?
It would let us archive a single point of control and not repeat code.
Thanks