You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `phpcsstandards/xmllint-validate` action runner can validate XML files for both well-formedness, as well as validating the XML against an XSD schema.
This commit adds a new lint job to the `linting` workflow to take advantage of that to validate:
* Dev tool config files against their applicable XSD files.
* PHPCS rulesets used in the tests against the PHPCS XSD ruleset.
Ref: https://github.com/marketplace/actions/xmllint-validate
0 commit comments