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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 18, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/erzz_codeclimate-standalone@49bbc67be9d538347efafbc582846819331f618b # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
config_fileOptionally provide a path to your codeclimate.yml relative to your projectno.codeclimate.yml
html_reportShould a faster, second, execution occur in order to generate an HTML reportnofalse
info_thresholdThe number of findings of this severity allowed before the job returns a failureno0
minor_thresholdThe number of findings of this severity allowed before the job returns a failureno0
major_thresholdThe number of findings of this severity allowed before the job returns a failureno0
critical_thresholdThe number of findings of this severity allowed before the job returns a failureno0
blocker_thresholdThe number of findings of this severity allowed before the job returns a failureno0
namedescription
info_findingsThe number of findings of severity INFO
minor_findingsThe number of findings of severity MINOR
major_findingsThe number of findings of severity MAJOR
critical_findingsThe number of findings of severity CRITICAL
blocker_findingsThe number of findings of severity BLOCKER