Problem
Two CI checks fail on every PR:
- Markdown Lint —
workflows/sdlc.md has blank-line violations (MD022, MD032) in the Deploy and Monitor sections
- Link Check (lychee) —
site/index.html and docs contain links to https://github.com/me2resh/apexstack which returns 404 (private repo)
Fix
- Add missing blank lines in
workflows/sdlc.md
- Configure lychee to exclude self-referential repo links (
.lycheeignore or workflow config)
Problem
Two CI checks fail on every PR:
workflows/sdlc.mdhas blank-line violations (MD022, MD032) in the Deploy and Monitor sectionssite/index.htmland docs contain links tohttps://github.com/me2resh/apexstackwhich returns 404 (private repo)Fix
workflows/sdlc.md.lycheeignoreor workflow config)