We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee76bec commit 045ac59Copy full SHA for 045ac59
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