PR-470 upstream

This commit is contained in:
Brandon Lopez 2021-07-24 07:16:43 -04:00
parent 3acc353600
commit b071e65aa8

View File

@ -134,6 +134,8 @@ while IFS= read -r file; do
# Ignore these files
index.md) ;;
.github/*.md) ;;
README.md) ;;
RULES.md) ;;
*.webp)
check_size "$file"