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
All checks were successful
Generate Release / validate_and_release (push) Successful in 8s
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Validate XML
|
- name: Validate XML
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update && sudo apt-get install -y libxml2-utils
|
sudo apt-get update && sudo apt-get install -y libxml2-utils
|
||||||
xmllint --noout --valid knowledgebase.xml
|
xmllint --noout knowledgebase.xml
|
||||||
|
|
||||||
- name: Get current timestamp
|
- name: Get current timestamp
|
||||||
id: timestamp
|
id: timestamp
|
||||||
|
|||||||
Reference in New Issue
Block a user