drafteame/json-diff-action
Check for differences between at least 2 json files and show what member is missing by each file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | List of JSON file paths to check between each other. Should be at least 2 files. | no | — |
| search_path | Path to a folder that will be inspected to search al JSON files and compere each other. | no | — |
| search_pattern | Regular expression used on search path to find desired files. | no | \\.json$ |
| ignore_file | Path to a specific ignore file configuration | no | .json-diff-ignore.json |
Outputs
no outputs