mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
yes, we do run validate_modules in Shippable (#46280)
This commit is contained in:
parent
ff06320b03
commit
66eb5681f4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ To check the HTML output of your module documentation:
|
||||||
|
|
||||||
To build the HTML documentation for multiple modules, use a comma-separated list of module names: ``MODULES=my_code,my_other_code make webdocs``.
|
To build the HTML documentation for multiple modules, use a comma-separated list of module names: ``MODULES=my_code,my_other_code make webdocs``.
|
||||||
|
|
||||||
To ensure that your documentation matches your ``argument_spec``, run the ``validate-modules`` test. Note that this option isn't currently enabled in Shippable due to the time it takes to run.
|
To ensure that your documentation matches your ``argument_spec``, run the ``validate-modules`` test.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue