mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[PR #571] [MERGED] feat: add CI quality gate workflows for documentation #583
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-docs/pull/571
Author: @lyzno1
Created: 11/29/2025
Status: ✅ Merged
Merged: 12/1/2025
Merged by: @crazywoola
Base:
main← Head:chore/ci📝 Commits (2)
c1667d5feat: add CI quality gate workflows for documentation05adc19chore: remove build-test.yml (redundant with Mintlify App)📊 Changes
2 files changed (+563 additions, -0 deletions)
View changed files
➕
.github/workflows/quality-check.yml(+288 -0)➕
.github/workflows/validate-docs-json.yml(+275 -0)📄 Description
Summary
Add two new GitHub Actions workflows to enforce documentation quality as PR gates:
Why
These workflows complement:
sync_docs_*.yml)By adding quality gates for issues Mintlify App doesn't catch:
Changes
quality-check.yml: Validates MDX file quality on PRvalidate-docs-json.yml: Validates docs.json structure on PRcontinue-on-error: trueto ensure workflows properly fail PRsTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.