From 43765740bd46c918c253113d99670e1ceab9869c Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Wed, 23 Oct 2024 20:11:38 +0200 Subject: [PATCH] Install vmware.vmware for docs linting --- .github/workflows/extra-docs-linting.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/extra-docs-linting.yml b/.github/workflows/extra-docs-linting.yml index e16e08036..425f9321e 100644 --- a/.github/workflows/extra-docs-linting.yml +++ b/.github/workflows/extra-docs-linting.yml @@ -31,5 +31,10 @@ jobs: - name: Install antsibull-docs run: pip install antsibull-docs --disable-pip-version-check + - name: Install dependent collections + run: > + ansible-galaxy collection install + vmware.vmware + - name: Run collection docs linter run: antsibull-docs lint-collection-docs . --plugin-docs --skip-rstcheck