-
Notifications
You must be signed in to change notification settings - Fork 88
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
[BUG] Problem running prettier in workflow #106
Comments
A colleague suggested that my local version of prettier might be different from the version used in this workflow. I have ^2.6.2 and latest is 2.8.2 so that should be ok but I modified the config to use |
I suppose you could try with the option |
It seems that we are getting a similar issue. When I install the repo locally and run prettier, it is fine. It fails in pipeline. |
running same version locally and on ci, still fails. |
What exactly happened?
The following workflow configuration resulted in error:
Problem running prettier with --check **/*.{js,ts,json,yaml,md}
. I am uncertain if this is the right place to ask for help, so if somewhere else would be more appropriate please let me know.What should've happened?
Should have resulted in a pass as it does locally and has done in the past.
How did it look?
The text was updated successfully, but these errors were encountered: