Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/check-lfs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Check all requires files are in LFS
on:
pull_request: {}

jobs:
check-lfs:
steps:
- uses: MPLew-is/[email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I support this, seems more secure to just run

git lfs fsck --pointers

directly ourselves?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

Loading