From e3364662286cc7a7189b896623e62c19f5940855 Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Sun, 17 Oct 2021 23:13:19 +0200 Subject: [PATCH] Try to add post-XSLT linting --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 977d5d6..bfba171 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,9 @@ steps: - name: test image: alpine commands: - - apk add libxml2-utils + - apk add libxml2-utils libxslt - xmllint --noout --schema itsb.xsd itsb.xml + - 'xsltproc xslt/itsb.xsl itsb.xsml | xmllint --noout --schema itsb.xsd -' - name: deploy image: drillster/drone-rsync