good first issue
仓库指标
- Star
- (3,955 star)
- PR 合并指标
- (平均合并 15天 21小时) (30 天内合并 5 个 PR)
描述
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.