CodeYourFuture / fundamentals-blockly

CYF PRODUCT
https://blocks.codeyourfuture.io
5 stars 4 forks source link

Prettify React code #69

Closed 40thieves closed 2 years ago

40thieves commented 2 years ago

Try setting up Prettier for the React branch, with Github Actions CI. Config stolen from here.

Not an expert with Actions, so I guess we'll see if this works.

40thieves commented 2 years ago

Not an expert with Actions, so I guess we'll see if this works.

I guess not... maybe it has to be merged to main before it works?

40thieves commented 2 years ago

maybe it has to be merged to main before it works?

Hmm just realised that this isn't targeting main... and it's nested inside client. So maybe I'll just drop the Actions bit for now. I think we can probably just assume that folks have prettier set up in their editors.

40thieves commented 2 years ago

Thanks!