fix: correct markdownlint errors in existing skill files
CI / lint (pull_request) Successful in 8s
CI / lint CI passed (push event context)

- sdlc-diagram.md: remove extra trailing blank line (MD012)
- sdlc/SKILL.md lines 76,91: add language to fenced code blocks (MD040)
- uat/SKILL.md: verify trailing newline (MD047)

These pre-existing issues were surfaced by the expanded CI introduced
in the 'ci: move to .gitea/workflows and expand lint coverage' commit.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-21 11:27:11 +00:00
committed by Countess von Containerheim [agent]
parent 37fa23df15
commit 4dfc5f9ed9
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -132,4 +132,3 @@ flowchart LR
class UATB uat
class MAIN prod
```