[BUG] Code style issues found, can't reproduce locally
Opened this issue · 2 comments
burner1024 commented
What exactly happened?
Steps to reproduce the behavior:
- Set up the action to run.
What should've happened?
According to local runs, everything is fine with style:
$ prettier --check .
Checking formatting...
All matched files use Prettier code style!
How did it look?
Code style issues found in 11 files. Run Prettier to fix
Where did you encounter the problem?
Here's the run.
Probably some version difference, but I can't figure it out. Everything is pinned in package-lock.json.
LenRick commented
Had this too. Turned out I had to put my prettier version up to 3.0.2 locally.
burner1024 commented
But why, if it's pinned? Or does the action ignore the pin?