andymatuschak / orbit

Experimental spaced repetition platform for exploring ideas in memory augmentation and programmable attention
https://withorbit.com
Other
1.71k stars 54 forks source link

Simplify ActionLogID annotations and add an action to make sure api schema is not stale #210

Closed kirkbyo closed 3 years ago

kirkbyo commented 3 years ago

Looks like I was wrong. Adding an annotation like you mentioned does work. I guess when I tested that solution locally I was running a stale build 🙃. Anyways, I reverted my type annotations changes.

I also added a Github action to make sure that the API schema is always up to date with the latest code changes.