Skip to content

Commit 46236cf

Browse files
fix: ci scripts error
1 parent 3b38dce commit 46236cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check_quality.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
SKIP_FILENAMES = {'index.md', 'tags.md', 'README.md'}
6262
SKIP_DIR_PARTS = {'images', 'generated'}
6363

64-
IMAGE_EXTENSIONS = {'.png', '.jpg', '.jpeg', '.gif', '.svg', '.webp'}
64+
IMAGE_EXTENSIONS = {'.png', '.jpg', '.jpeg', '.gif', '.svg', '.webp', '.drawio'}
6565
MAX_IMAGE_SIZE_MB = 2.0
6666

6767

0 commit comments

Comments
 (0)