Open
Description
💡 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.