Psalm: GitHub Actions formatter

Created on 23 Jan 2020  路  2Comments  路  Source: vimeo/psalm

What do you think about implementing a formatter for GitHub Actions, to highlight errors directly in the pull requests "Changes" tab? Using GitHub-specific ::error and ::warning format.

It could be a separate package (like https://github.com/mheap/phpunit-github-actions-printer for PHPUnit) or bundled with Psalm directly... I'm not sure what's better.

Most helpful comment

Add --output-format=github to get this working!

All 2 comments

Add --output-format=github to get this working!

Thanks a lot for the quick fix :)

Was this page helpful?
0 / 5 - 0 ratings