GitHub actions can emit annotations which show up as notices/warnings/errors on the pull request. See the GitHub documentation.
It would be cool if dprint/check could emit them. I just checked the implementation of the action here and I see that it delegates directly to dprint check. Please let me know if you would prefer me to recreate this issue in the dprint repository.
GitHub actions can emit annotations which show up as notices/warnings/errors on the pull request. See the GitHub documentation.
It would be cool if
dprint/checkcould emit them. I just checked the implementation of the action here and I see that it delegates directly todprint check. Please let me know if you would prefer me to recreate this issue in thedprintrepository.