File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ In order to ensure that every component inside of SCS behaves as
2121expected, there should be simple smoke tests.
2222These tests are implemented using GitHub Actions/Workflows.
2323
24+ ## References
25+
26+ | | |
27+ | --- | --- |
28+ | CI smoke test | ![ Smoke test] (https://github.com/SovereignCloudStack/k8s-{{ name_path }}/workflows/CI/badge.svg) |
29+ {% for reference in references -%}
30+ | {{ reference.type }} | {% if reference.isBadge %}!{% endif %}[ {{ reference.name }}] ( {{reference.href}} ) |
31+ {% endfor %}
32+
2433{% if appendix %}
2534## Further information
2635
Original file line number Diff line number Diff line change 1414 'name_path' : information ['name_path' ],
1515 'name_description' : information .get ('name_description' , information ['name_path' ]),
1616 'attributions' : information .get ('attributions' , {}),
17+ 'references' : information .get ('references' , []),
1718 'appendix' : information .get ('appendix' , '' )
1819})
1920
You can’t perform that action at this time.
0 commit comments