phpro / grumphp

A PHP code-quality tool
MIT License
4.11k stars 429 forks source link

Add grouping of output in GitHub Actions #1074

Closed jackbentley closed 9 months ago

jackbentley commented 1 year ago
Q A
Branch master
Bug fix? no
New feature? yes
BC breaks? ?
Deprecations? no
Documented? ?
Fixed tickets

This will add groups to the output when running in GitHub Actions.

veewee commented 1 year ago

Hello,

Thanks for the PR - it looks quite nice at first sight - yet it seems to fail CI. Can you take a look at whats going wrong?

jackbentley commented 1 year ago

Should be good now. I was passing a string instead of array to ->write in the GitHub Actions specific class

veewee commented 9 months ago

@jackbentley It's a nice feature... Care to finish up this PR? :)

veewee commented 9 months ago

Looks good, thanks :)