As a DevOps engineer, I always care about whether the source code is built successfully or not. So we need to add a new pipeline in github action to build, validate if any and then show it in the readme.md file.
We should have a knowledge about the github action first and then write a script to build the pipeline. We should run it in schedule or whenever a new code pushed.