File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
75
75
- name : Lint collection docs
76
76
run : |
77
- poetry run coverage run -p --source antsibull_docs -m antsibull_docs.cli.antsibull_docs lint-collection-docs ~/.ansible/collections/ansible_collections/community/docker
78
- poetry run coverage run -p --source antsibull_docs -m antsibull_docs.cli.antsibull_docs lint-collection-docs ~/.ansible/collections/ansible_collections/community/crypto
79
- poetry run coverage run -p --source antsibull_docs -m antsibull_docs.cli.antsibull_docs lint-collection-docs ~/.ansible/collections/ansible_collections/sensu/sensu_go
77
+ poetry run coverage run -p --source antsibull_docs --source sphinx_antsibull_ext - m antsibull_docs.cli.antsibull_docs lint-collection-docs ~/.ansible/collections/ansible_collections/community/docker
78
+ poetry run coverage run -p --source antsibull_docs --source sphinx_antsibull_ext - m antsibull_docs.cli.antsibull_docs lint-collection-docs ~/.ansible/collections/ansible_collections/community/crypto
79
+ poetry run coverage run -p --source antsibull_docs --source sphinx_antsibull_ext - m antsibull_docs.cli.antsibull_docs lint-collection-docs ~/.ansible/collections/ansible_collections/sensu/sensu_go
80
80
working-directory : antsibull-docs
81
81
if : contains(matrix.options, '--use-current')
82
82
You can’t perform that action at this time.
0 commit comments