diff --git a/.github/workflows/scripts/check-files.sh b/.github/workflows/scripts/check-files.sh index 428649b..0dfd23b 100755 --- a/.github/workflows/scripts/check-files.sh +++ b/.github/workflows/scripts/check-files.sh @@ -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"