action-pack/Valid XML
Action to validate the syntax of XML files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Aug 2, 2026
- License
- MIT
Pinned Snippet
uses: action-pack/valid-xml@2b75f0f5861c01f329e0c15530e052fd83a8b19c # v1.13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan | — | / |
| file-endings | Comma-separated file endings that are checked to be valid XML files. Capitalization is ignored. | — | .xml |
Outputs
| name | description |
|---|---|
| result | Error message with file name, line, column and error. Or a success message with the count of verified files. |