We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fb12b5 + 045ac59 commit eae8aaeCopy full SHA for eae8aae
1 file changed
template/README.md.jinja
@@ -26,7 +26,9 @@
26
{% if AddSonarCloud -%}
27
| SonarCloud | []({{repository_url}}/actions/workflows/sonarcloud.yml) |
28
{%- endif -%}
29
-| MarkDown link checker | []({{repository_url}}/actions/workflows/markdown-link-check.yml) |
+{% if AddLinkCheck -%}
30
+| Link checker | []({{repository_url}}/actions/workflows/link-check.yml) |
31
+{%- endif -%}
32
33
## How to use {{ package_name }}
34
0 commit comments