alximy / php-qa-tools-action

A GitHub action to run PHP QA Tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A GitHub action to run PHP QA Tools.

License:MIT License


Languages

Language:Shell 72.7%Language:Dockerfile 27.3%