Releases: karanshah229/codeclimate-standalone
Releases · karanshah229/codeclimate-standalone
feat: Add exit_on_complete input
Return exit code on action completion.
Use false
if you want to perform some custom actions and exit later.
(Hint: Use the result output to determine exit code later)
fix: Result output datatype
Convert result to string
feat: Add result as output
Output the parsed result based on thresholds
feat: Add total_findings as output
v0.1.4 Output total_findings as well
fix: Switch to correct branch before running Codeclimate
- Switch to correct branch before running Codeclimate
- Add
./
to first path as well
fix: branch names with `/` (Complete)
Use GITHUB_REF_NAME
instead of GITHUB_REF
fix: branch names with `/` (In-progress)
Use GITHUB_REF_NAME
instead of GITHUB_REF
feat: Optimise workflow
Run codeclimate only on files changed
Change logic of Pass / Fail of action