creyD/prettier_action

[BUG] Code style issues found, can't reproduce locally

Opened this issue · 2 comments

What exactly happened?
Steps to reproduce the behavior:

  1. 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.

Had this too. Turned out I had to put my prettier version up to 3.0.2 locally.

But why, if it's pinned? Or does the action ignore the pin?