supabase-community / nextjs-openai-doc-search

Template for building your own custom ChatGPT style doc search powered by Next.js, OpenAI, and Supabase.
https://supabase.com/blog/chatgpt-supabase-docs
Apache License 2.0
1.59k stars 284 forks source link

Feat: Join CI and fix typescript version issues #17

Closed sd0xdev closed 1 year ago

sd0xdev commented 1 year ago

What kind of change does this PR introduce?

First of all, this project is really great. I would like to improve it in a few ways:

  1. Fix the version issue of TypeScript, as shown in the image.
    • CleanShot 2023-04-29 at 14 33 14@2x
  2. Add CI, so that we can know if it can run properly in many future PRs.

What is the current behavior?

The project is using a TypeScript version higher than its other dependencies.

What is the new behavior?

The version issue of TypeScript is fixed and the project is configured with CI to verify that it can run properly in future PRs. This will improve the reliability and stability of the project. No visual changes are expected. Feel free to include screenshots if it includes visual changes.

Additional context

CleanShot 2023-04-29 at 14 33 30@2x CleanShot 2023-04-29 at 14 40 04@2x

Add any other context or screenshots.