actions-marketplace-validations/Code Climate Standalone
Runs a detached version of CodeClimate which reports only in the workflow and does not require the CodeClimate Service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 18, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/erzz_codeclimate-standalone@49bbc67be9d538347efafbc582846819331f618b # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config_file | Optionally provide a path to your codeclimate.yml relative to your project | no | .codeclimate.yml |
| html_report | Should a faster, second, execution occur in order to generate an HTML report | no | false |
| info_threshold | The number of findings of this severity allowed before the job returns a failure | no | 0 |
| minor_threshold | The number of findings of this severity allowed before the job returns a failure | no | 0 |
| major_threshold | The number of findings of this severity allowed before the job returns a failure | no | 0 |
| critical_threshold | The number of findings of this severity allowed before the job returns a failure | no | 0 |
| blocker_threshold | The number of findings of this severity allowed before the job returns a failure | no | 0 |
Outputs
| name | description |
|---|---|
| info_findings | The number of findings of severity INFO |
| minor_findings | The number of findings of severity MINOR |
| major_findings | The number of findings of severity MAJOR |
| critical_findings | The number of findings of severity CRITICAL |
| blocker_findings | The number of findings of severity BLOCKER |