Skip to content

Commit b2c6ff9

Browse files
committed
Add markdown link checker question
1 parent 81fb2e2 commit b2c6ff9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

copier.yml

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

74+
AddMarkdownLinkCheck:
75+
when: "{{ template_profile == 'ask' }}"
76+
type: bool
77+
default: "{{ template_profile != 'minimum' }}"
78+
help: Do you want to add a GitHub action to check links in markdown files?
79+
7480
AddGitHubActions:
7581
when: "{{ template_profile == 'ask' }}"
7682
type: bool

0 commit comments

Comments
 (0)