hrysd/Run PHP_CodeSniffer with reviewdog
🐶 Run PHP_CodeSniffer with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 20, 2021
- License
- MIT
Pinned Snippet
uses: hrysd/action-php_codesniffer@adb4e312f15b9192d81bc831ce3bedf0b261ce69 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| standard | Coding standard or path to configuration file | yes | — |
| target_directory | Directory to check by PHP_CodeSniffer | yes | — |
Outputs
no outputs