mirror of
https://github.com/seL4/seL4.git
synced 2026-04-09 08:49:54 +00:00
add libsel4/tools/sel4_idl.xsd to replace dtd
No intended changes to the schema, just change the schema from dtd to xsd, and update ci to use it. Signed-off-by: matt rice <ratmice@gmail.com>
This commit is contained in:
6
.github/workflows/xml_lint.yml
vendored
6
.github/workflows/xml_lint.yml
vendored
@@ -12,11 +12,11 @@ on:
|
||||
- master
|
||||
paths:
|
||||
- 'libsel4/**/sel4*.xml'
|
||||
- 'libsel4/**/sel4*.dtd'
|
||||
- 'libsel4/**/sel4*.xsd'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'libsel4/**/sel4*.xml'
|
||||
- 'libsel4/**/sel4*.dtd'
|
||||
- 'libsel4/**/sel4*.xsd'
|
||||
|
||||
jobs:
|
||||
xmllint:
|
||||
@@ -29,4 +29,4 @@ jobs:
|
||||
- name: run xmllint
|
||||
run: |
|
||||
find libsel4 -name "sel4*.xml" | \
|
||||
xargs xmllint --dtdvalid libsel4/tools/sel4_idl.dtd --noout
|
||||
xargs xmllint --schema libsel4/tools/sel4_idl.xsd --noout
|
||||
|
||||
Reference in New Issue
Block a user