Skip to content

Increase embedding TPM capacity and add note in cloud ingestion guide #575

Increase embedding TPM capacity and add note in cloud ingestion guide

Increase embedding TPM capacity and add note in cloud ingestion guide #575

Workflow file for this run

name: Validate Markdown
on:
pull_request:
branches:
- main
paths:
- '**.md'
jobs:
lint-markdown:
name: Check for Markdown linting errors
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v21
with:
config: .markdownlint-cli2.json
globs: |
**/*.md
!data/**