Skip to content

docs: update the govm setup instructions #24

docs: update the govm setup instructions

docs: update the govm setup instructions #24

Workflow file for this run

name: Verify documentation
on:
pull_request:
paths:
- "docs/**"
- "Makefile"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
verify-docs:
uses: "./.github/workflows/common-build-docs.yaml"
permissions:
contents: write
security-events: write