Skip to content

Automatically expand long comments when exporting to PDF. #21270

Automatically expand long comments when exporting to PDF.

Automatically expand long comments when exporting to PDF. #21270

Workflow file for this run

---
name: Notifier
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.29"
- name: Install dependencies, run unit tests and check quality
run: |
cd components/notifier
uv venv
ci/pip-install.sh
ci/unittest.sh
ci/quality.sh