Skip to content

fix: Enable Git LFS checkout in CI#5

Merged
scthornton merged 1 commit into
mainfrom
fix/ci-lfs
Mar 30, 2026
Merged

fix: Enable Git LFS checkout in CI#5
scthornton merged 1 commit into
mainfrom
fix/ci-lfs

Conversation

@scthornton

Copy link
Copy Markdown
Owner

Summary

curated_advanced_prompts_v2.json is tracked by Git LFS. The CI workflow was checking out the LFS pointer (137 bytes) instead of the actual file (18MB), causing JSONDecodeError in the build verification step.

Fix: Add lfs: true to actions/checkout@v4.

Test plan

  • CI should now pass the prompt-db build verification step

curated_advanced_prompts_v2.json is tracked by LFS. Without lfs: true
on checkout, CI gets the LFS pointer instead of the actual file,
causing JSONDecodeError in the build verification step.
@scthornton scthornton merged commit 8a71a9d into main Mar 30, 2026
3 checks 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.

1 participant