Skip to content

Commit

Permalink
CLDR-15990 checkin initial .xsd
Browse files Browse the repository at this point in the history
- also add test in workflow (test is advisory. does not fail)
- ignore xml.xsd as it is not usefulx
  • Loading branch information
srl295 committed Jul 21, 2023
1 parent 1be3f28 commit 89ef330
Show file tree
Hide file tree
Showing 7 changed files with 12,054 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ jobs:
-Dexec.cleanupDaemonThreads=false
-Dexec.args="-q --justCheckBom exemplars seed common keyboards"
&& echo 'No XML BOM detected'
- name: Schema check common/main in .xml files
run: >
mvn -s .github/workflows/mvn-settings.xml --file tools/pom.xml -pl cldr-code
exec:java -Dexec.mainClass=org.unicode.cldr.util.XMLValidator
-Dexec.cleanupDaemonThreads=false
-Dexec.args="-q --schema=common/dtd/ldml.xsd common/main"
|| (echo 'Schema failed, rerun GenerateDtd' ; exit 0)
- name: Setup MySQL
run: |
sudo systemctl start mysql.service
Expand Down
1 change: 1 addition & 0 deletions common/dtd/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/xml.xsd
Loading

0 comments on commit 89ef330

Please sign in to comment.