Removal of XML Schema validation. The intension is to move to a new JSON based service.
All checks were successful
Generate Release / validate_and_release (push) Successful in 8s

This commit is contained in:
Fred Boniface
2025-12-04 21:54:33 +00:00
parent 955b9fb24d
commit d94f8421c8

View File

@@ -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