Skip to content

Releases: agyemanjp/ci-checks-action

v2.1.1

08 Oct 18:14
Compare
Choose a tag to compare

Added an optional "rawDetails" property to the items of the "details" property in the input JSON. Setting it will enable the showing of the "Raw data" button inside any Github action notification, the click of which will display the value of "rawDetails".

Improvements to README

Various fixes to docs and tooling

24 Sep 16:50
Compare
Choose a tag to compare

Return more information when parsing fails

27 May 14:07
1896291
Compare
Choose a tag to compare

Put the parsing of the output file inside a try-catch block, to return information about the file in case of parsing error. Also added a unit test to ensure that a parsing failure returns a readable error

Bug fixes

04 Mar 12:49
9e6c963
Compare
Choose a tag to compare

Fixed a bug where checks that spanned different lines were not able to be annotated because of their format not conforming to the Github action API.

Improvements to input and bug fixes

06 Aug 21:14
Compare
Choose a tag to compare
  • Update check input format from simple string to JSON array string
  • Fixes various bugs with annotations

2.0.1

06 Aug 21:03
Compare
Choose a tag to compare

First production release

30 Jul 22:43
Compare
Choose a tag to compare
1.0.2

Bump patch version number

1.0.1: Initial commit (#2)

24 Jun 16:50
9633b9b
Compare
Choose a tag to compare
Added initial code

Initial test release

23 Jun 22:05
9633b9b
Compare
Choose a tag to compare
Pre-release
Initial commit (#2)

Added initial code