We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693baf2 commit 8f4e9c5Copy full SHA for 8f4e9c5
test_validate_format.py
@@ -3,7 +3,7 @@
3
4
5
def test_project_files():
6
- files = glob.glob("_projects/*.md")
+ files = sorted(glob.glob("_projects/*.md"))
7
errors = []
8
for file in files:
9
try:
0 commit comments