fix: restore CI workflow with markdownlint config #63

Merged
privilegedescalation-engineer[bot] merged 2 commits from fix/ci-workflow-restored into main 2026-05-11 20:22:24 +00:00
privilegedescalation-engineer[bot] commented 2026-05-11 13:20:59 +00:00 (Migrated from github.com)

Summary

  • Restore .github/workflows/ci.yaml that was deleted in April cleanup
  • Add .markdownlint.yaml with relaxed rules for skill files
  • Fix MD040 error in skills/sdlc/SKILL.md (add language to code block)
  • Allows line lengths > 80, emphasis-as-headings, compact tables

Context

CI was failing on the 'Merge POLICIES.md content into agent instruction bundles' commit (April 21) due to markdownlint violations. The CI workflow was deleted on April 22 as a workaround. This PR restores the CI with an appropriate markdownlint configuration that allows the patterns used in skill files.

Related

Fixes CI failures in PRI-1126
Related to runs 24743872870, 24742823310

## Summary - Restore .github/workflows/ci.yaml that was deleted in April cleanup - Add .markdownlint.yaml with relaxed rules for skill files - Fix MD040 error in skills/sdlc/SKILL.md (add language to code block) - Allows line lengths > 80, emphasis-as-headings, compact tables ## Context CI was failing on the 'Merge POLICIES.md content into agent instruction bundles' commit (April 21) due to markdownlint violations. The CI workflow was deleted on April 22 as a workaround. This PR restores the CI with an appropriate markdownlint configuration that allows the patterns used in skill files. ## Related Fixes CI failures in [PRI-1126](/PRI/issues/PRI-1126) Related to runs 24743872870, 24742823310
Sign in to join this conversation.