- Fix markdownlint-cli2 config to use "config" key wrapper
- Disable MD034 (bare URLs) in addition to MD013/MD033/MD040/MD041
- Create .markdown-link-check.json config file instead of inline JSON
- Reference config files from workflow steps
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The inline config parameter was not supported by markdownlint-cli2-action.
Move config to a dedicated .markdownlint-cli2.jsonc file instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>