Skip to content

Commit 1d49524

Browse files
committed
Update of validation script
Update of validation script to validate all files with extension ".pv2" in the "Examples" folder
1 parent 8a47ef9 commit 1d49524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_xml_with_xsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python3 - <<'PY' > matrix.json
3333
import json, re, pathlib
3434
root = pathlib.Path("Examples")
35-
pattern = re.compile(r"^\d{2} .+\.pvc$", re.IGNORECASE)
35+
pattern = re.compile(r".+\.pv2$", re.IGNORECASE)
3636
files = []
3737
if root.exists():
3838
for p in sorted(root.iterdir()):

0 commit comments

Comments
 (0)