Commit b2358565 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Recursive XSD checking

parent dff535a0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@ checkASN1:
checkXSD:
  stage: Checks
  script:
  - python3 testing/check_xsd.py
 No newline at end of file
  - python3 testing/check_xsd.py -r .
 No newline at end of file