Skip to content

Commit 7936404

Browse files
committed
Add correct regex to catalog
1 parent 5178514 commit 7936404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_jsonschema/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
162162
"--regex-variant",
163163
"nonunicode",
164164
],
165-
"files": r"^.*\.gitlab-ci\.yml$",
165+
"files": r"^.*\.gitlab-ci\.(yml|yaml)$",
166166
"types": "yaml",
167167
},
168168
},

0 commit comments

Comments
 (0)