saucal/Run PHPCS with reviewdog
🐶 Run phpcs with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| linters | Linters to use from the docker image. Can be a comma separated list. | — | php |
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. Default is github-pr-review. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. | — | github-pr-review |
| 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 `true`. | — | true |
| level | Report level for reviewdog [info, warning, error] | — | warning |
| pr_number | PR_NUMBER | — | ${{ github.event.number }} |
Outputs
no outputs