diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml new file mode 100644 index 000000000..02ac132aa --- /dev/null +++ b/.github/workflows/check-markdown-links.yml @@ -0,0 +1,10 @@ +name: Check Markdown Links + +on: + schedule: + - cron: '0 9 * * 1' # Every Monday at 9am UTC + workflow_dispatch: # Allow manual trigger + +jobs: + check-links: + uses: strands-agents/devtools/.github/workflows/check-markdown-links.yml@main