Action to test php with PHPUni. This action using
add to your workflow
- name: PHPUnit Test by MayMeow
uses: MayMeowHQ/PHPCS-Action@v5
This will run composer install
and composer run test
. To run this you will need add to composer.json
file:
"codesniffer": "phpcs --standard=PSR12 src",