upleveled / graphql-example-spring-2023-atvie

https://graphql-example-spring-2023-austria-vienna.vercel.app
1 stars 0 forks source link

Add CI for linting, type-checking, and (maybe) deployment #1

Open karlhorky opened 1 year ago

karlhorky commented 1 year ago

There are unresolved lint errors on these lines, but we don't know about them:

https://github.com/upleveled/graphql-example-spring-2023-austria-vienna/blob/1653b434dd3fdbe7130b8387404734335c960fc6/app/api/graphql/route.ts#L191-L197

We should have a CI (and maybe CD - deployment) pipeline like we do in the Next.js example:

https://github.com/upleveled/next-js-example-spring-2023-vienna-austria/blob/main/.github/workflows/test-playwright-and-deploy-to-fly-io.yml

karlhorky commented 1 year ago

Also added another one (which should be fairly similar) over here: