💡 Feature request
Feature Name
vendored phpcs
The Desired Behavior
I would like a flag called phpcs_path which allows skipping the installation of the phpcs by the action and instead using the installed phpcs from the project.
Your Use Case
As a developer, I want to skip unnecessary phpcs installation.
Prior Work
php-actions/phpunit#51 was where I originally got this idea from.
💡 Feature request
Feature Name
vendored phpcsThe Desired Behavior
I would like a flag called
phpcs_pathwhich allows skipping the installation of thephpcsby the action and instead using the installedphpcsfrom the project.Your Use Case
As a developer, I want to skip unnecessary
phpcsinstallation.Prior Work
php-actions/phpunit#51 was where I originally got this idea from.