Skip to content

Commit d7f2776

Browse files
committed
xmllint on galaxy.xsd
1 parent ac71c06 commit d7f2776

File tree

2 files changed

+185
-331
lines changed

2 files changed

+185
-331
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ else
186186
$(IN_VENV) cd client && yarn install $(YARN_INSTALL_OPTS)
187187
endif
188188

189+
format-xsd:
190+
xmllint --format --output galaxy-tmp.xsd lib/galaxy/tool_util/xsd/galaxy.xsd
191+
mv galaxy-tmp.xsd lib/galaxy/tool_util/xsd/galaxy.xsd
189192

190193
build-api-schema:
191194
$(IN_VENV) python scripts/dump_openapi_schema.py _schema.yaml

0 commit comments

Comments
 (0)