Skip to content

Commit

Permalink
[chore] Don't check changelog links in CI (#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm authored Nov 6, 2024
1 parent 313ee2a commit bc45d63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,3 @@ jobs:
run: |
make chlog-validate \
|| { echo "New ./.chloggen/*.yaml file failed validation."; exit 1; }
# In order to validate any links in the yaml file, render the config to markdown
- name: Render .chloggen changelog entries
run: make chlog-preview > changelog_preview.md
- name: Install markdown-link-check
run: npm install -g markdown-link-check
- name: Run markdown-link-check
run: |
markdown-link-check \
--verbose \
--config .github/workflows/check_links_config.json \
changelog_preview.md \
|| { echo "Check that anchor links are lowercase"; exit 1; }
Empty file added .linkspector.yml
Empty file.

0 comments on commit bc45d63

Please sign in to comment.