chemodun/Check changed files
Check for changes in specified by patterns files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | List of file names or patterns (compatible with basic grep) to check for changes | yes | .* |
Outputs
| name | description |
|---|---|
| all_changed_files | List of all changed(added or modified) files |
| deleted_files | List of deleted files |
| any_changed | Whether any specified files were changed |