php-actions/PHPStan (php-actions)
PHP Static Analysis in Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | What version of PHPStan to use | no | composer |
| php_version | What version of PHP to use | no | latest |
| php_extensions | Space separated list of extensions to configure with the PHP build | no | — |
| vendored_phpstan_path | Path to a vendored phpstan binary | no | — |
| command | The command to run (analyse [default], clear-result-cache, dump-deps, help, list, worker) | yes | analyse |
| path | Path(s) with source code to run analysis on | no | — |
| configuration | Configuration file location | no | — |
| level | Level of rule options - the higher, the stricter | no | — |
| paths_file | Path to a file with a list of paths to run analysis on | no | — |
| autoload_file | Project's additional autoload file path | no | — |
| error_format | Format in which to print the result of the analysis | no | — |
| generate_baseline | Path to a file where the baseline should be saved | no | — |
| memory_limit | Memory limit for analysis | no | — |
| args | Extra arguments to pass to the phpstan binary | no | — |
Outputs
no outputs