-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Time to learn Make!
go 1.22 | ||
go 1.23.0 | ||
|
||
toolchain go1.22.9 | ||
toolchain go1.23.4 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sync FE and BE types. Github action to ensure they stay in sync.