Skip to content

Write end-to-end example for a task-augmented tool call with elicitat… #204

Write end-to-end example for a task-augmented tool call with elicitat…

Write end-to-end example for a task-augmented tool call with elicitat… #204

name: Markdown Format Check
on:
push:
paths:
- '**/*.md'
- '**/*.mdx'
pull_request:
paths:
- '**/*.md'
- '**/*.mdx'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Install dependencies
run: npm ci
- name: Check markdown formatting
run: npm run check:docs:format
- name: Check markdown links
run: npm run check:docs:links