Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
This pull request includes several changes aimed at improving type safety, organizing imports, and setting up a new GitHub Actions workflow. The most important changes include adding type annotations to various imports, removing Prettier configurations, and introducing a GitHub Actions workflow for testing.
Type Annotations and Import Organization:
typeannotations to imports in various files to improve type safety. (app/(main)/[code]/page.tsx,app/api/[area]/[code]/boundary/route.ts,components/combobox-area.tsx,components/map-dashboard.tsx,components/map-marker-cluster-group.tsx,components/map-marker.tsx,components/map.tsx,components/theme-toggle.tsx,components/ui/alert-dialog.tsx,components/ui/button.tsx) (app/(main)/[code]/page.tsxL3-R6, app/api/[area]/[code]/boundary/route.tsL1-R4, [1] [2] [3] [4] [5] [6] [7] [8]Configuration Changes:
.prettierrc.jsonfile. (.eslintrc.json,.prettierrc.json) [1] [2]biome.jsonconfiguration file to set up Biome for code formatting and linting. (biome.json)GitHub Actions Workflow:
mainbranch. (.github/workflows/main.yml)These changes collectively enhance the codebase's maintainability and ensure consistent code quality across the project.
Other information
None