Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 672 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 672 Bytes

PHP QA Tools action

This action allows to run PHP QA tools.

Inputs

command

Required The command to run. See the README file for more information about the available tools.

Example usage

uses: alximy/php-qa-tools-action@v1
with:
  command: 'php-cs-fixer fix --dry-run --diff --verbose'

Disclaimer

The image of this action uses PHP 8.2, and the default predefined tools extensions. To customize the build and enable XDebug, AST and/or add more tools extensions, you should either use Docker Compose instead or fork this action.