Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: generate typescript types from Golang models #4

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

Emyrk
Copy link
Collaborator

@Emyrk Emyrk commented Dec 10, 2024

Sync FE and BE types. Github action to ensure they stay in sync.

Sync FE and BE types. Github action to ensure they stay in sync.
@@ -0,0 +1,26 @@
# Ensure all generated files are up-to-date
name: GenerateFiles
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this action works... I did not test it.

@@ -0,0 +1,9 @@
.PHONY: gen
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Time to learn Make!

Comment on lines -3 to +5
go 1.22
go 1.23.0

toolchain go1.22.9
toolchain go1.23.4
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this chill? Can you update your Go?

@@ -0,0 +1,28 @@
#!/bin/bash
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Emyrk Emyrk requested a review from JollyGrin December 10, 2024 16:03
@JollyGrin JollyGrin merged commit 2bcaf09 into main Dec 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants