patrick-werner/FHIR Validation Markdown Renderer

Parses Java FHIR Validator OperationOutcome JSON, annotates GitHub Checks, filters issues, and renders a summary table.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bundle-filePath to the OperationOutcome JSON filenovalidation.json
includeWhich severities to output: - errors: only issues with severity = error - warnings: issues with severity = error or warning - all: issues of any severity (error, warning, information) noerrors
filtersLine-separated list of filters in the form `filename|messageId|detailsWildcard|location`. - `filename` must match exactly. - `messageId` must match exactly. - `detailsWildcard` may use `*` as a wildcard. - `location` must match exactly. - If one part is empty, it will be ignored. no
pr-summary-pathPath to write the PR summary markdown for PR commentsnopr-summary.md

no outputs