From d94f8421c8400eacb3a267cd85a169c1b2e08a5c Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 4 Dec 2025 21:54:33 +0000 Subject: [PATCH] Removal of XML Schema validation. The intension is to move to a new JSON based service. --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 1af897e..3fdca24 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: - name: Validate XML run: | sudo apt-get update && sudo apt-get install -y libxml2-utils - xmllint --noout --valid knowledgebase.xml + xmllint --noout knowledgebase.xml - name: Get current timestamp id: timestamp