Skip to content

Monthly Markdown Link Check #2

Monthly Markdown Link Check

Monthly Markdown Link Check #2

# This source file is part of the Stanford HeartStrong open-source project
#
# SPDX-FileCopyrightText: 2026 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
name: Monthly Markdown Link Check
permissions:
contents: read
on:
schedule:
- cron: "0 8 1 * *"
workflow_dispatch:
jobs:
markdown_link_check:
name: Markdown Link Check
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2