Skip to content

docs(profiles): add x402 and MPP agent access documentation #281

docs(profiles): add x402 and MPP agent access documentation

docs(profiles): add x402 and MPP agent access documentation #281

Workflow file for this run

name: Validate Docs
on:
pull_request:
paths:
- '**/*.mdx'
- '**/*.json'
- '.github/workflows/**'
push:
branches:
- main
paths:
- '**/*.mdx'
- '**/*.json'
- '.github/workflows/**'
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 20
- name: Install Mintlify CLI
run: npm install -g mintlify@latest
- name: Lint docs
run: mintlify validate