mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
18 lines
428 B
ReStructuredText
18 lines
428 B
ReStructuredText
.. _JOBTMPL/Quality:
|
|
|
|
Quality
|
|
#######
|
|
|
|
The category *quality* provides workflow templates implementing
|
|
|
|
* :ref:`JOBTMPL/VerifyDocs` - Verify code snippets in documentations for correctness.
|
|
* :ref:`JOBTMPL/CheckDocumentation` - Check documentation coverage in Python modules.
|
|
* :ref:`JOBTMPL/StaticTypeCheck` - Check type annotations using mypy.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
VerifyDocs
|
|
StaticTypeCheck
|
|
CheckDocumentation
|