Skip to content

Commit

Permalink
Install vmware.vmware for docs linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Oct 23, 2024
1 parent faf3cdf commit 611a5e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/extra-docs-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 611a5e3

Please sign in to comment.