Skip to content

Add populate-search-engine command for processing HF doc-build dataset #1496

Add populate-search-engine command for processing HF doc-build dataset

Add populate-search-engine command for processing HF doc-build dataset #1496

Workflow file for this run

name: Quality Check
on: [pull_request]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "latest"
- name: Set up Python 3.10
run: uv python install 3.10
- name: Install dependencies
run: uv sync --extra quality
- name: Run ruff linting
run: uv run ruff check . --output-format=github
- name: Run ruff formatting check
run: uv run ruff format --check .