mikebronner/Run PHPStan with ReviewDog
🐾 Run PHP Static Analyzer with ReviewDog.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error]. | — | warning |
| phpstan_level | Report level for phpstan. | — | 4 |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| target_directory | Directory to run checks against. | — | src |
| fail_on_error | Fail on error. | — | false |
| args | Catch-all for any command-line arguments you would like to add. | — | "" |
Outputs
no outputs