phpcsstandards/XMLLint Validate
Validate an XML file for being well-formed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- MIT
Pinned Snippet
uses: phpcsstandards/xmllint-validate@5189514594c8d5f4cf21b7e5af50f54d697973d7 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | Path to the file or glob pattern for the file(s) to validate with xmllint. | yes | — |
| xsd-file | Path to a local file containing the XSD schema to validate against. | no | "" |
| xsd-url | URL to a remote file containing the XSD schema to validate against. | no | "" |
| show-in-pr | Show any errors from xmllint inline in PRs ? | no | — |
| debug | Whether to show verbose output for debugging the action | no | — |
Outputs
no outputs