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