File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 test :
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - name : Checkout source code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
19+ with :
20+ submodules : recursive
1921
2022 - name : REUSE Compliance Check
2123 uses : fsfe/reuse-action@v4
Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ endpoint="${ENDPOINT:-localhost:8000}"
99tmpfile=" ${TMPFILE:- validate.xml} "
1010
1111function vUrl () {
12+ xsddir=../netex-italian-profile/xsd
1213 content=` curl $1 `
1314
1415 xmllint --format - <<< " $content" > $tmpfile
15- xmllint --noout $tmpfile
16+ xmllint --noout --schema $xsddir /NeTEx_publication_Lev4.xsd $tmpfile
1617}
1718
1819vUrl $endpoint /netex/parking \
You can’t perform that action at this time.
0 commit comments