-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add a new output format option to print errors as GitHub Actions Workflow commands #17612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This would be super handy |
@edgarrmondragon do you mean using the annotations feature? |
I'm not the person who opened the issue, but yes, I think this would support allowing annotations, similar to |
Exactly! |
A PR is up if anyone's interested: #17771 |
Based on this comment here (#11396 (comment)) I am not sure what the likelihood of this getting accepted will be. (Until this comment I was hoping to have a code quality/gitlab output in mypy directly instead of relying on an extra plugin) |
What's the status of this feature? I'd love to use it in my CI |
Feature
Add a new
--output=github
option to format errors as Workflow commands, similar to--output=json
added in #11396.Pitch
For example, for this output in JSON format
we'd get the following output in workflow command format
Related:
--output=json
CLI option #17611The text was updated successfully, but these errors were encountered: