Author: admin
-
Github Workflow that does analysis for each push then saves the result to a different branch
The other day I was working on a project where we wanted to do static programming analysis for each push then save the results of the analysis to another branch. I came up with this solution for the workflows/*.yml file Each time a person pushes to the main branch a commit is made to the…