-
Notifications
You must be signed in to change notification settings - Fork 91
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
Fixes Issue #37 [BUG] Dry run reporting unpretty files when all files match styles #46
Fixes Issue #37 [BUG] Dry run reporting unpretty files when all files match styles #46
Conversation
…mmand output is not 0
hey folks, is this going to be checked/reviewed soon? ( no mean to rush, just asking as I am having the same issue and just wanted to know if I need to switch to my own action ) |
@brussev Not sure if it helps but meanwhile I am running with
in case you might wanna try it out. |
Yes, sorry for the delay, I will take a look at this! |
…npretty Fixes Issues from PR #46 (37 [BUG] Dry run reporting unpretty files when all files match styles)
Fixes Issue #37 [BUG] Dry run reporting unpretty files when all files match styles by adding a verification of shell command output for prettier and verifying it status code in case it is a dry-run, handling it properly.