From 611a5e324eaa015919fb3b23cd949019bf606f6e 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/extra-docs-linting.yml b/.github/workflows/extra-docs-linting.yml index e16e08036..e6fbfb218 100644 --- a/.github/workflows/extra-docs-linting.yml +++ b/.github/workflows/extra-docs-linting.yml @@ -26,10 +26,15 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.13' - 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