FHIR Validation Markdown Renderer
Version updated for https://github.com/patrick-werner/validation-outcome-markdown-renderer to version 1.3.0.
- This action is used across all versions by 10 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The FHIR Validation Markdown Renderer GitHub Action processes JSON OperationOutcome bundles from the Java FHIR Validator to automate the reporting of FHIR validation issues. It generates GitHub check annotations (❌, ⚠️, ℹ️) for issues based on severity, allows filtering of known issues with customizable rules, and creates a detailed Markdown summary table in the GitHub Checks UI. This simplifies the identification, management, and review of FHIR validation errors in CI workflows.
What’s Changed
What’s Changed
feat: enhance wildcardMatch to support matching across line breaks
chore(deps): bump @actions/core from 1.11.1 to 2.0.1 by @dependabot[bot] in https://github.com/patrick-werner/validation-outcome-markdown-renderer/pull/19
chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/patrick-werner/validation-outcome-markdown-renderer/pull/17
chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/patrick-werner/validation-outcome-markdown-renderer/pull/16
chore(deps-dev): bump jest from 30.1.3 to 30.3.0 by @dependabot[bot] in https://github.com/patrick-werner/validation-outcome-markdown-renderer/pull/22
chore(deps): bump @actions/core from 2.0.1 to 3.0.0 by @dependabot[bot] in https://github.com/patrick-werner/validation-outcome-markdown-renderer/pull/21
Full Changelog: https://github.com/patrick-werner/validation-outcome-markdown-renderer/compare/1.2.2...1.3.0