novusvetus/PHP Insights
Runs PHP Insights
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 25, 2023
- License
- BSD
- Runtime
- Deprecated runtime
Pinned Snippet
uses: novusvetus/action-phpinsights@87de2da8f041d4bb20231243fba2c44a80e69a6e # 1.1.16tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files to check | no | **.php |
| scan_all | Scan all files and not only changed | no | false |
| phpinsights_path | Path to PHP Insights executable | no | php ~/.composer/vendor/bin/phpinsights |
| min_quality | Min quality needed. | no | 90 |
| min_complexity | Min complexity needed. | no | 90 |
| min_architecture | Min architecture needed. | no | 90 |
| min_style | Min style needed. | no | 90 |
Outputs
no outputs