actions-marketplace-validations/Run phpcs-drupal with reviewdog
🐶 Run PHPCS for Drupal with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 9, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/acrollet_action-phpcs-drupal@83515077653bfdf0648a953f1cb947929d77a60e # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| tool_name | Tool name to use for reviewdog reporter | — | phpcs |
| workdir | Working directory relative to the root directory. | — | . |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
| phpcs_args | Additional PHPCS flags | — | . |
| phpcs_extensions | File extensions to check | — | php,module,inc,install,test,profile,theme,css,info,txt,md,yml |
| phpcs_ignore | Files to ignore | — | node_modules,bower_components,vendor |
| phpcs_standard | Coding standard for PHPCS to use when checking files | — | Drupal |
Outputs
no outputs