Skip to content

Commit 73d136c

Browse files
committed
Merge branch '459-optional-markdown-link-checker' into 470-use-lychee-in-generated-package
2 parents bc0cc8a + 92ac5ae commit 73d136c

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
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+
AddLinkCheck:
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 broken links?
79+
7480
AddGitHubActions:
7581
when: "{{ template_profile == 'ask' }}"
7682
type: bool

template/.github/workflows/markdown-link-check.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)