zod-prisma-types icon indicating copy to clipboard operation
zod-prisma-types copied to clipboard

Add Github Action for Better Quality

Open cqh963852 opened this issue 2 years ago • 4 comments

Looks like the job suite isn't working very well.

Please consider adding Github Action to handle these issues.

image

cqh963852 avatar Jan 25 '23 15:01 cqh963852

I thought about this too but didn't take the time yet. But it is definitly on my todo list for the version that I'm currently working on that will also support multifile generation.

chrishoermann avatar Jan 25 '23 16:01 chrishoermann

I made an attempt at this, but pnpm has issues with prisma and workspaces for GitHub actions

Might be worth moving to npm or yarn for this?

MichaelOren avatar Apr 07 '23 07:04 MichaelOren

@MichaelOren Thanks for looking into this. I haven't used github actions yet but can you specify the issues a bit? I personally would like to stick with pnpm.

chrishoermann avatar Apr 07 '23 19:04 chrishoermann

I gave it a go a while ago and forgot some of the issues.

I made some progress now and it may be possible. Still needs a little bit more effort and I also think some of the changes in this branch can be removed.

Here is what I did originally

MichaelOren avatar Apr 08 '23 05:04 MichaelOren