v2v-technologies/action-php-codesniffer
Runs PHP_CodeSniffer on files changed in current PR or even only on lines by author of PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| files | files to check | no | **.php |
| scope | scope to annotate errors or warnings - either "file" to check entire file or "blame" to check only lines changed by author of current PR | no | blame |
| phpcs_path | path to phpcs executable | no | phpcs |
| standard | Code style standard name (PEAR, ) or path to a phpcs.xml file | no | — |
| fail_on_warnings | Whether action should fail on warnings or not, default to true (fails) | no | — |
Outputs
no outputs