actions-marketplace-validations/Isaac XML File validator
Checks the validity of all .xml files inside your Binding of Isaac mod files for both syntax and usage errors.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 12, 2024
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/wofsauge_isaac-xmlvalidator-action@d0623531e5deeffb31127d26022d12bb2e1402fe # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| rootFolder | Folder where the tool should search for .xml files | yes | ** |
| recursive | Should .xml files be searched recursively in the directory | no | true |
| expectedErrorCount | Number of validation errors that are expected to occur | no | 0 |
| ignore | Files or folders that should be ignored by the tool. | no | "" |
| ignoreWarnings | If set to true, warnings will not count towards the number of errors. | no | false |
Outputs
no outputs