jhipster / jhipster-online

JHipster Online lets you generate your JHipster projects through a user friendly web interface.
https://start.jhipster.tech/
Apache License 2.0
210 stars 141 forks source link

Support azure container apps #448

Closed fangjian0423 closed 5 days ago

fangjian0423 commented 2 months ago

Some updates:

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

fangjian0423 commented 2 months 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.

hangwan97 commented 2 months ago

prettier

Lets try to format that locally (reformat everything) then commit to the github.

jdubois commented 2 months ago

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?

fangjian0423 commented 2 months ago

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?