Files
swe-agent--swe-agent/.github/workflows/check-links-periodic.yaml
T
wehub-resource-sync 4e0f4422d0
build-docs / deploy (push) Waiting to run
Check Markdown links / markdown-link-check (push) Waiting to run
Pytest / test (3.11) (push) Waiting to run
Pytest / test (3.12) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:25:42 +08:00

21 lines
393 B
YAML

name: Check Markdown links
on:
workflow_dispatch:
push:
branches:
- main
- bala/fix_broken_links
schedule:
- cron: "0 0 1 * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'