We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc0cc8a + 92ac5ae commit 73d136cCopy full SHA for 73d136c
copier.yml
@@ -71,6 +71,12 @@ license:
71
- "Not open source"
72
default: "MIT license"
73
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
+
80
AddGitHubActions:
81
when: "{{ template_profile == 'ask' }}"
82
type: bool
template/.github/workflows/markdown-link-check.yml
0 commit comments