falkcorp/GUID Index
Generate a title/path <-> GUID index from file version headers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Root directory to scan for git-tracked files | no | . |
| json-output | Path (relative to working-directory) for the JSON index | no | .github/guid-index.json |
| md-output | Path (relative to working-directory) for the Markdown index | no | docs/guid-index.md |
| fail-on-drift | Fail the step if the generated index differs from what is committed | no | true |
Outputs
| name | description |
|---|---|
| duplicate-count | Number of GUID values shared by more than one file |
| malformed-count | Number of guid header values that are not valid UUIDs |