-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Running the CLI inside of a Github action triggers an stdin warning #14
Comments
Looks like this pull request fixes running it - based off of this GitHub Actions thread. |
I'm seeing this on my computer as of the last alpha version update. |
Does anyone have a repro that I can try locally? 🤔 "npx prettier --write ." doesn't do it for me. |
This commit should fix it in the next release. |
@fabiospampinato happy to help test this fix. Is there a pre-release available on npm yet? |
@mareksuscak not yet, but I've asked the maintainers to make a new release, it shouldn't take too long. |
@mareksuscak alpha10 just got released |
@mareksuscak could you check if this fixes the issue for you? Thanks. |
See the run here.
Looks like something is falsy around this detection of TTY on GitHub runners (we've ran into other odd issues with that but I am struggling to find a quick fix).
The text was updated successfully, but these errors were encountered: