Skip to content

build(deps-dev): bump ruff from 0.9.2 to 0.9.5 #421

build(deps-dev): bump ruff from 0.9.2 to 0.9.5

build(deps-dev): bump ruff from 0.9.2 to 0.9.5 #421

Workflow file for this run

name: pull_requests
on:
pull_request:
branches: main
env:
UV_VERSION: "0.5.13"
jobs:
docs-client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.9
architecture: x64
- uses: astral-sh/setup-uv@v5
with:
version: ${{ env.UV_VERSION }}
- name: Install dependencies
run: uv pip install --system -e "client/.[docs]"
- name: Build documentation
run: sphinx-build client/docs/source client/docs/build -a -v
- name: Documentation sanity check
run: test -e client/docs/build/index.html || exit
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"