Skip to content

[minor] Document worker and cloud-compose boundaries #9

[minor] Document worker and cloud-compose boundaries

[minor] Document worker and cloud-compose boundaries #9

Workflow file for this run

name: docs-check
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: docs-check-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-24.04
steps:
- name: Check out documentation
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: "22.23.1"
- name: Validate documentation and links
run: make docs-check