Skip to content
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

[FEATURE] Add Git LFS Check to CI #1089

Open
swainn opened this issue Sep 6, 2024 · 0 comments
Open

[FEATURE] Add Git LFS Check to CI #1089

swainn opened this issue Sep 6, 2024 · 0 comments

Comments

@swainn
Copy link
Member

swainn commented Sep 6, 2024

Is your feature request related to a problem? Please describe.
If contributors commit files without using LFS that should have been added, it can cause headaches later. This stack overflow describes the issue: https://stackoverflow.com/questions/76412389/what-happens-when-git-lfs-is-not-installed

Describe the solution you'd like
Add a step to the CI to check for files that should have been added to LFS, but weren't.

The command git lfs fsck --pointers BASE..HEAD (with suitable values of BASE and HEAD) may be used in your CI system to verify that nobody is introducing such problems.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant