Reusable Workflow Reference: Quality Workflows¶
In a nutshell
This page is an index. It points to the shared workflows for code quality and housekeeping: coverage reporting, dependency security scanning, lint, type-checking, docs presence, and Matrix chat notifications, plus the shared PR-comment pattern and Python scripts. For version-bump and release workflows, see Release Workflows. For the PR-gate checks (build tests, plugin detection, skill checks), see PR Workflows. Start with the gh-automations overview for the big picture, or the full Workflow Reference index.
All reusable workflows are in .github/workflows/ and are called via:
Ref: Always use
@dev.
The individual workflows are listed once, in the Workflow Reference index. The quality and housekeeping ones are specified in detail on three topic pages:
- Coverage and Security Workflows:
coverage.yml,pip-audit.yml,downstream-check.yml, and the deprecatedcoverage-pages.yml. - Lint and Docs Workflows:
lint.yml,type-check.yml,docs-check.yml,notify-matrix.yml. - PR Comment Pattern and Scripts: the shared OVOS PR Checks comment mechanism and the Python scripts the workflows check out at run time.
Read next: gh-automations Coverage and Security Workflows Related: gh-automations Overview · PR Comment Pattern and Scripts · Workflow Reference · PR Check Workflows · Release Workflows