mlocati/Check PHP Syntax
Check if a directory contains PHP files with valid syntax
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The directory to be checked (defaults to the current directory) | no | "" |
| include | A list of files (relative to the root directory) to be included (useful for PHP file names not ending with the .php extension) | no | "" |
| exclude | A list of directories and files (relative to the root directory) to be skipped | no | "" |
| fail-on-warnings | Let the action fail in case of warnings | no | false |
| support-duplicated-names | Add support for duplicated class/function names (slower) | no | false |
| debug | Dump debug information | no | false |
Outputs
no outputs