From bc45d6336d845b5d36c842559c58a5cc20dd44d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Wed, 6 Nov 2024 13:31:21 +0100 Subject: [PATCH] [chore] Don't check changelog links in CI (#3424) --- .github/workflows/changelog.yaml | 13 ------------- .linkspector.yml | 0 2 files changed, 13 deletions(-) create mode 100644 .linkspector.yml diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index c13feb754f..0cc293b2e6 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -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; } diff --git a/.linkspector.yml b/.linkspector.yml new file mode 100644 index 0000000000..e69de29bb2