Skip to content

Widen scope of 'unmerged branches' to 'inactive branches'. #20239

Widen scope of 'unmerged branches' to 'inactive branches'.

Widen scope of 'unmerged branches' to 'inactive branches'. #20239

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@v4
with:
version: "0.4.22"
- 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