ci: add markdownlint check to cicd-checks workflow
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 18s

This commit is contained in:
copilotcoder
2026-06-19 11:40:15 -04:00
parent 6a7a5ce8f1
commit 6f8dfea4cb

View File

@@ -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