viditagrawal56/XML Formatter Action
Formats XML files using xmllint with options for indentation and verbosity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Paths to the XML files or directories to format | yes | — |
| fix | Fix the XML formatting (true or false) | no | false |
| indentation | Set indentation type (space or tab) | no | space |
| space_count | Number of spaces for indentation (default: 4) | no | 4 |
| verbose | Enable verbose mode | no | false |
| quiet | Enable quiet mode | no | false |
Outputs
| name | description |
|---|---|
| xml_files_update_detected | Indicates if any XML files were fixed (true/false) |