From 19630efe349dce42f1e31e27f88245506aa97e51 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Thu, 20 Nov 2025 15:41:38 +0100 Subject: [PATCH] PRs: Re-add markdown-links-check step The step was disabled in #3102 to pass CI and enable merging. --- .github/workflows/check-md-link.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-md-link.yml b/.github/workflows/check-md-link.yml index 62a3a348d0..0ccd040492 100644 --- a/.github/workflows/check-md-link.yml +++ b/.github/workflows/check-md-link.yml @@ -39,9 +39,9 @@ jobs: - uses: actions/checkout@master - name: Setup test environment uses: ./.github/actions/setup-test-env -# - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 -# with: -# use-quiet-mode: 'yes' -# config-file: '.github/workflows/check-md-link-config.json' -# folder-path: 'regtests, .github, build-logic, polaris-core, runtime, persistence, spec, getting-started, helm' -# file-path: 'CHAT_BYLAWS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, SECURITY.md' + - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 + with: + use-quiet-mode: 'yes' + config-file: '.github/workflows/check-md-link-config.json' + folder-path: 'regtests, .github, build-logic, polaris-core, runtime, persistence, spec, getting-started, helm' + file-path: 'CHAT_BYLAWS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, SECURITY.md'