We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313ee2a commit a06b879Copy full SHA for a06b879
.github/workflows/changelog.yaml
@@ -65,16 +65,3 @@ jobs:
65
run: |
66
make chlog-validate \
67
|| { echo "New ./.chloggen/*.yaml file failed validation."; exit 1; }
68
-
69
- # In order to validate any links in the yaml file, render the config to markdown
70
- - name: Render .chloggen changelog entries
71
- run: make chlog-preview > changelog_preview.md
72
- - name: Install markdown-link-check
73
- run: npm install -g markdown-link-check
74
- - name: Run markdown-link-check
75
- run: |
76
- markdown-link-check \
77
- --verbose \
78
- --config .github/workflows/check_links_config.json \
79
- changelog_preview.md \
80
- || { echo "Check that anchor links are lowercase"; exit 1; }
.linkspector.yml
0 commit comments