Is there an existing issue for this?
Current Behavior
When I use the VALIDATE_XML, I always get a successful build even with multiple errors in the file.
Expected Behavior
I expect error outputs when malformed xsd files are linted.
Super-Linter version
Relevant log output
Steps To Reproduce
- Include the following in the xsd file:
<?xml version = "1.0" encoding = "UTF-8"?>
<!-- $Header: /cvsroot/ebxmlrr/ebxmlrr-spec/misc/3.0/schema/rim.xsd,v 1.20 2005/02/03 19:28:15 farrukh_najmi Exp $ -->
<schema targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"
xmlns:xml="http://www.w3.org/XML/1998/names=
<maxLength value="4"/>
- Push to github and run the action.
- Below is my output with the above xml in my xsd file.

Anything else?
No response
Is there an existing issue for this?
Current Behavior
When I use the
VALIDATE_XML, I always get a successful build even with multiple errors in the file.Expected Behavior
I expect error outputs when malformed xsd files are linted.
Super-Linter version
Relevant log output
Steps To Reproduce
Anything else?
No response