Skip to content

feat(docs): add update_paragraph_style to batch operations #706

feat(docs): add update_paragraph_style to batch operations

feat(docs): add update_paragraph_style to batch operations #706

Workflow file for this run

name: Ruff Check
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync
- name: Run ruff check
run: uv run ruff check