GitHub Actions – A quick example for ANTLR
I am sure there are hundreds of better tutorials for GitHub actions. However, I decided that it would be nice to have tests run on every push to my repository of the code developed for my ANTLR Tutorial Series, and it seemed a good idea to document the process here. First, what are GitHub Actions? […]