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 d16157d commit 794696fCopy full SHA for 794696f
.github/workflows/validate.yml
@@ -71,6 +71,10 @@ jobs:
71
diff -B ./src/Standards/Squiz/ruleset.xml <(xmllint --format "./src/Standards/Squiz/ruleset.xml")
72
diff -B ./src/Standards/Zend/ruleset.xml <(xmllint --format "./src/Standards/Zend/ruleset.xml")
73
74
+ # Validate the basic well-formedness of the Documentation XML files.
75
+ - name: Validate documentation XML
76
+ run: xmllint --noout ./src/Standards/*/Docs/*/*Standard.xml
77
+
78
yamllint:
79
name: 'Lint Yaml'
80
# Don't run the cronjob in this workflow on forks.
0 commit comments