Skip to content

docs(components): weave agentic orchestration into wave 1 entry pages #23598

docs(components): weave agentic orchestration into wave 1 entry pages

docs(components): weave agentic orchestration into wave 1 entry pages #23598

Workflow file for this run

name: check-format
on: [pull_request]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- name: Install Dependencies
run: npm ci
- name: Verify format with Vale
uses: errata-ai/vale-action@2.1.2
with:
filter_mode: added
reporter: github-pr-review
version: 3.9.6
- name: Verify format with Prettier
uses: EPMatt/reviewdog-action-prettier@v1.3.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true