Skip to content

feat: DH-20954: MCP data tools #301

feat: DH-20954: MCP data tools

feat: DH-20954: MCP data tools #301

Workflow file for this run

name: Docs Check
on:
pull_request:
branches: ["main"]
jobs:
docs-check:
runs-on: ubuntu-24.04
concurrency:
group: docs-check-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v5
- name: Check formatting
run: ./scripts/formatDocs -c
- name: Validate docs
run: ./scripts/validateDocs