Skip to content

Valid XML

Actions

About

Action to validate the syntax of XML files
v1.13
Latest
StarΒ (3)

Valid XML

Build Version Size

Action to validate the syntax of XML files.

Usage πŸš€

uses: action-pack/valid-xml@v1
with:
  path: "src/xml/"
  file-endings: ".xml, .docx, myfile"

Inputs πŸ“

path

The path that is scanned. This includes subdirectories. Default "/".

file-endings

A string containing the file endings that are verified to be XML.

Entries need to be separated by "," and whitespaces are trimmed. Capitalization is ignored, so ".xml" will end up scanning "myDocument.XML".

Outputs πŸ“

result

A string containing either an error message of the first file that could not be parsed or a success message with the amount of successfully scanned files.

Stars 🌟

Stargazers

Valid XML is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Action to validate the syntax of XML files
v1.13
Latest

Valid XML is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.