diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index a74037b..d3d43f2 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -653,6 +653,7 @@ def check_format(): '.py', '.swift', '.build', + '.md', } for (root, _, files) in os.walk('.'): if '.dub' in root: # external deps are here |