Skip to content

docs: add federated passthrough queries section #2

docs: add federated passthrough queries section

docs: add federated passthrough queries section #2

Workflow file for this run

name: Docs Lint
on:
pull_request:
paths:
- 'docs/**'
- '**.md'
- '.markdownlint-cli2.jsonc'
- '.mise.toml'
- 'Makefile'
- '.github/workflows/docs-lint.yaml'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- run: make docs/lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0 # Fetch all history for sphinx-multiversion
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
with:
enable-cache: true
- run: |
uv sync --group dev
make docs/build