Skip to content

When adding a new source to a metric, don't show the spinner until th… #18885

When adding a new source to a metric, don't show the spinner until th…

When adding a new source to a metric, don't show the spinner until th… #18885

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@v5
with:
version: "0.5.29"
- 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