Skip to content

Bump argcomplete from 3.3.0 to 3.4.0 in /components/notifier #15279

Bump argcomplete from 3.3.0 to 3.4.0 in /components/notifier

Bump argcomplete from 3.3.0 to 3.4.0 in /components/notifier #15279

Workflow file for this run

name: Documentation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
cd docs
ci/pip-install.sh
npm install --ignore-scripts
- name: Test
run: |
cd docs
ci/unittest.sh
- name: Quality
run: |
cd docs
ci/quality.sh