Skip to content

Bump bump-my-version from 0.28.3 to 0.29.0 in /release #18103

Bump bump-my-version from 0.28.3 to 0.29.0 in /release

Bump bump-my-version from 0.28.3 to 0.29.0 in /release #18103

Workflow file for this run

---
name: Documentation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.4.22"
- name: Install dependencies, run unit tests and check quality
run: |
cd docs
uv venv
ci/pip-install.sh
npm install --ignore-scripts
ci/unittest.sh
ci/quality.sh