Closed fangjian0423 closed 5 days ago
hi team, could you tell me how to fix the prettier check issue?
I try to run npm run prettier:format
, but it does not take effect.
prettier
Lets try to format that locally (reformat everything) then commit to the github.
Can you run prettier --check "{,src/**/}*.{md,json,yaml,yml,java,ts,js,css,scss}"
on your machine so you can see what the issue is?
Can you run
prettier --check "{,src/**/}*.{md,json,yaml,yml,java,ts,js,css,scss}"
on your machine so you can see what the issue is?
hey @jdubois , after upgrade the prettier
and prettier-plugin-java
to the correct version (1.19.1 for prettier and 0.8.3 for prettier-plugin-java). The command you mentioned return:
> prettier --check "{,src/**/}*.{md,json,yaml,yml,java,ts,js,css,scss}"
Checking formatting...
All matched files use Prettier code style!
could you help to approve the workflow?
Some updates: