I have a script, compile.sh, that compiles all the files in my project. I want to integrate this script into GitHub CI so that every time someone pushes code to the repository, the code is compiled using VCS. However, I am not sure how to set up VCS in GitHub Actions to ensure it compiles the code with VCS.
I have enabled a linting check that runs on a GitHub-hosted runner. However, I want to compile the code with VCS to ensure that the newly checked-in code does not have compilation issues.
Basit Mehmood is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.