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