good first issue
Repository metrics
- Stars
- (3,955 stars)
- PR merge metrics
- (Avg merge 15d 21h) (5 merged PRs in 30d)
Description
We should have a job that builds a new index.redb on CI and uploads it to an artifact store. Ideally this would be on every commit, but it's a large file that takes a long time to build, so we could do it nightly, or even weekly.
- Does GitHub CI allow long-running jobs?
- How can we upload these?
Trying to use GitHub for this as much as possible is good. Git LFS is an extremely awkward extension to Git, and is best avoided, but it could be an option here.