Skip to content

Commit 92ac5ae

Browse files
committed
Remove word markdown from the file name
1 parent 8f3a13f commit 92ac5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

copier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ license:
7171
- "Not open source"
7272
default: "MIT license"
7373

74-
AddMarkdownLinkCheck:
74+
AddLinkCheck:
7575
when: "{{ template_profile == 'ask' }}"
7676
type: bool
7777
default: "{{ template_profile != 'minimum' }}"
78-
help: Do you want to add a GitHub action to check links in markdown files?
78+
help: Do you want to add a GitHub action to check broken links?
7979

8080
AddGitHubActions:
8181
when: "{{ template_profile == 'ask' }}"

template/.github/workflows/{% if AddMarkdownLinkCheck %}markdown-link-check.yml{% endif %} renamed to template/.github/workflows/{% if AddLinkCheck %}link-check.yml{% endif %}

File renamed without changes.

0 commit comments

Comments
 (0)