Skip to content

Releases: karanshah229/codeclimate-standalone

feat: Add exit_on_complete input

29 Sep 17:42
Compare
Choose a tag to compare

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

29 Sep 13:28
Compare
Choose a tag to compare

Convert result to string

feat: Add result as output

29 Sep 13:07
Compare
Choose a tag to compare

Output the parsed result based on thresholds

feat: Add total_findings as output

29 Sep 12:40
Compare
Choose a tag to compare
v0.1.4

Output total_findings as well

fix: Switch to correct branch before running Codeclimate

29 Sep 10:19
Compare
Choose a tag to compare
  1. Switch to correct branch before running Codeclimate
  2. Add ./ to first path as well

fix: branch names with `/` (Complete)

28 Sep 12:53
Compare
Choose a tag to compare

Use GITHUB_REF_NAME instead of GITHUB_REF

fix: branch names with `/` (In-progress)

28 Sep 12:36
Compare
Choose a tag to compare

Use GITHUB_REF_NAME instead of GITHUB_REF

feat: Optimise workflow

27 Sep 17:43
Compare
Choose a tag to compare

Run codeclimate only on files changed
Change logic of Pass / Fail of action