From 7f5f7b9d3f00e12bda582abcfbc6edde6a6be10f Mon Sep 17 00:00:00 2001 From: apatniv Date: Thu, 16 Apr 2026 08:40:30 -0400 Subject: [PATCH] Add rst files for link checking --- .github/workflows/check-links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index b783f25d11..70490b782d 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -4,11 +4,13 @@ on: branches: [ main ] paths: - '**/*.md' + - '**/*.rst' - '.github/workflows/check-links.yml' - '.github/workflows/check_links_config.json' pull_request: paths: - '**/*.md' + - '**/*.rst' - '.github/workflows/check-links.yml' - '.github/workflows/check_links_config.json' @@ -34,6 +36,7 @@ jobs: with: files: | **/*.md + **/*.rst - name: Install markdown-link-check if: steps.changed-files.outputs.any_changed == 'true'