bashunit icon indicating copy to clipboard operation
bashunit copied to clipboard

GithubAction log format

Open staabm opened this issue 1 year ago • 0 comments

while looking at https://github.com/TypedDevs/bashunit/pull/279 I got the idea that bashunit could benefit from a github action log format.

this means errors can show up in the "Files Changed"-tab of a pull request, like its already possible for a lot of other tools: grafik

this could either be implemented natively - see e.g. how cs2pr does the output formatting

Alternatively you could instead implement a checkstyle based log formatter (see e.g. how php-cs-fixer implements it) and let the end user pipe the checkstyle format thru cs2pr. this would have the benefit that other tools which can consume checkstyle formatted error reports also benefit.

staabm avatar Jul 10 '24 06:07 staabm