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.
1 parent 81fb2e2 commit b2c6ff9Copy full SHA for b2c6ff9
copier.yml
@@ -71,6 +71,12 @@ license:
71
- "Not open source"
72
default: "MIT license"
73
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
+
80
AddGitHubActions:
81
when: "{{ template_profile == 'ask' }}"
82
type: bool
0 commit comments