Open guibranco opened 1 year ago
Hey, I'm a bit lost here! Not sure which file I should be fixing. Could you give me a bit more to go on? Maybe add some details to the issue or drop a comment with some extra hints? Thanks!
Have feedback or need help? Feel free to email info@gitauto.ai.
Description
Implement a GitHub Actions workflow to automatically generate schemas and Data Transfer Object (DTO) files using QuickType. This will help keep our data models up-to-date and synchronized with our data sources, streamlining the development process.
Why We Need This
Tech Notes
QuickType Integration:
GitHub Actions Workflow Setup:
.github/workflows
directory, e.g.,generate-schemas.yml
.Workflow File Example:
QuickType Command Details:
quicktype
command based on your data source and output requirements.File Management:
.gitignore
if there are any temporary files or outputs that should not be committed.Additional Notes