Skip to content

Commit 1caa66b

Browse files
committed
Fix repository structure validation check
schemas folder is permitted in the repository
1 parent d779607 commit 1caa66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check_repository_structure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def check_filenames():
2424
'.git',
2525
'ARCHIVE',
2626
'scripts',
27+
'schemas',
2728
'.venv', # Python virtual environment
2829
'venv', # Alternative venv name
2930
'__pycache__', # Python cache

0 commit comments

Comments
 (0)