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 4376574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/extra-docs-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4376574

Please sign in to comment.