What
The sdlc repo has no CI workflow. As the project's SDLC definition repository, it should be the first repo with rigorous quality checks.
Why
- Documentation repos are still code and benefit from linting
- Setting the example for quality starts with the SDLC repo itself
How
Add .github/workflows/ci.yml with:
- markdownlint on all .md files
- yamllint on any workflow files
- Spell checking on markdown content
What
The sdlc repo has no CI workflow. As the project's SDLC definition repository, it should be the first repo with rigorous quality checks.
Why
How
Add .github/workflows/ci.yml with: