How to use GitHub Actions to run unit tests and code sniffers
This post will demonstrate how to execute PHP Unit tests and run a PHP Code Sniffer using GitHub Actions. This can be a useful mechanism to ensure any code being merged into your codebases main branch is passing all tests and is complying with your s...
damiencahill.hashnode.dev3 min read