Skip to content

fix: check for MissingPortGroupReferenceError when reading a VM network subresource #498

fix: check for MissingPortGroupReferenceError when reading a VM network subresource

fix: check for MissingPortGroupReferenceError when reading a VM network subresource #498

Workflow file for this run

---
name: Check Documentation
on:
pull_request:
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install Tools
run: make tools
- name: Check Structure
run: make docs-check
- name: Check HCL Formatting
run: make docs-hcl-lint