Skip to content

ci: use centralized reusable markdown link check workflow from devtools#2097

Open
agent-of-mkmeral wants to merge 1 commit intostrands-agents:mainfrom
agent-of-mkmeral:ci/centralize-markdown-link-check
Open

ci: use centralized reusable markdown link check workflow from devtools#2097
agent-of-mkmeral wants to merge 1 commit intostrands-agents:mainfrom
agent-of-mkmeral:ci/centralize-markdown-link-check

Conversation

@agent-of-mkmeral
Copy link
Copy Markdown
Contributor

Description

Migrates the existing markdown link check workflow to use the centralized reusable workflow from strands-agents/devtools.

Changes

  • Replace inline workflow with thin caller referencing strands-agents/devtools/.github/workflows/check-markdown-links.yml@main
  • Remove local .markdown-link-check.json (now centralized in devtools as default config)

How it works

The reusable workflow in devtools:

  1. Checks if the repo has a local .markdown-link-check.json (for per-repo overrides)
  2. Falls back to the default config from devtools if none exists
  3. Runs the link checker and creates an issue if broken links are found

Related

Type of Change

CI


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Replace inline workflow with thin caller that references the reusable
workflow in strands-agents/devtools. Config is now centralized there too.

See: strands-agents/devtools#49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant