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.
Add --output-format=github to get this working!
Thanks a lot for the quick fix :)
Most helpful comment
Add
--output-format=githubto get this working!