Action-Component-Check-Demo/.allspice/report_template/report.template.md
2024-08-28 19:33:11 -04:00

22 lines
493 B
Markdown

## BOM Report
*Checking:*
- *Valid `Part Number` attribute*
- *Valid `Temperature` attribute within bounds: `{{ min_temp }}°C` to `{{ max_temp }}°C`*
### Warnings
{% for component in component_warnings %}
**{{ ', '.join(component.refs) }}{% if component.part_number %} ({{ component.part_number }}){%endif%}** warnings:
{% for warning in component.warnings %}
{{ warning }}
{% endfor %}
{% endfor %}
### Summary
`{{warning_count}}` of `{{total_components}}` components have warnings