Skip to content

Commit bc45d63

Browse files
authored
[chore] Don't check changelog links in CI (#3424)
1 parent 313ee2a commit bc45d63

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/changelog.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,3 @@ jobs:
6565
run: |
6666
make chlog-validate \
6767
|| { 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

Whitespace-only changes.

0 commit comments

Comments
 (0)