We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757838a commit 5c09bf7Copy full SHA for 5c09bf7
.github/workflows/cs.yml
@@ -71,6 +71,9 @@ jobs:
71
run: xmllint --noout --schema DocsXsd/phpcsdocs.xsd ./PHPCSDebug/Docs/*/*Standard.xml
72
73
# Check code-style consistency of the XSD and XML files.
74
+ - name: Check XSD code style
75
+ run: diff -B ./DocsXsd/phpcsdocs.xsd <(xmllint --format "./DocsXsd/phpcsdocs.xsd")
76
+
77
- name: Check Ruleset XML code style
78
run: diff -B ./PHPCSDebug/ruleset.xml <(xmllint --format "./PHPCSDebug/ruleset.xml")
79
0 commit comments