-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Make it easy to react to dprint fmt
errors
#1163
Comments
Hey there, I want to work on this. Can you please guide me currently I am not getting how to proceed with this ? |
Hi @OmAximani0, nice to meet you! Do you already have experience with GitHub actions? Did the description in dprint/check#11 make sense to you? The |
Nice to meet you too @mgeisler 😄 |
👋 😄
Yeah, try forking this repository and then make a PR against your fork. Add a long line of text to the |
Thank you for the clear instructions @mgeisler . I'm on it 🚀 |
Hello @mgeisler , I just looked over the errors I think we can create a shell script for echoing the annotation. But there is no option to store the |
Using a shell script sounds good, it will be easy to integrate with the existing GitHub action. I think you will be able to do
and then inspect An alternative, which might be more generic: you could run |
We should fix dprint/check#11, which is about making it easy to react to
dprint fmt
errors.In short, we should ensure that the errors show up in GitHub on the relevant line in code reviews. Ideally, this should be in the form of a GitHub suggestion.
The text was updated successfully, but these errors were encountered: