mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Move gifs to git lfs (#5706)
Since we moved pngs to lfs I think we should also move the gifs there. * [x] I have followed the instructions in the PR template
This commit is contained in:
2
.github/workflows/png_only_on_lfs.yml
vendored
2
.github/workflows/png_only_on_lfs.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
exclude_pattern=$(printf "|^%s" "${exclude_paths[@]}" | sed 's/^|//')
|
||||
|
||||
if comm -23 <(git ls-files | grep -Ev "$exclude_pattern" | sort) <(git lfs ls-files -n | sort) | grep "\.${ext}$"; then
|
||||
echo "Error: Found binary file with extension .$ext not tracked by git LFS. See CONTRIBUTING.md"
|
||||
echo "Error: Found binary file with extension .$ext not tracked by git LFS. See https://github.com/emilk/egui/blob/master/CONTRIBUTING.md#working-with-git-lfs"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user