From 6f8dfea4cbce542daa5eca19377f92e8c9995c76 Mon Sep 17 00:00:00 2001 From: copilotcoder Date: Fri, 19 Jun 2026 11:40:15 -0400 Subject: [PATCH] ci: add markdownlint check to cicd-checks workflow --- .gitea/workflows/cicd-checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/cicd-checks.yaml b/.gitea/workflows/cicd-checks.yaml index e105d13..f043790 100644 --- a/.gitea/workflows/cicd-checks.yaml +++ b/.gitea/workflows/cicd-checks.yaml @@ -143,6 +143,8 @@ jobs: hook: eslint - name: Prettier Format Check hook: prettier + - name: Markdownlint Check + hook: markdownlint - name: TSDoc Lint Check hook: tsdoc-lint - name: TypeScript Type Check