Skip to content

feat: Enhance "Add collection manually" component with autocomplete and source-based version filtering #521

feat: Enhance "Add collection manually" component with autocomplete and source-based version filtering

feat: Enhance "Add collection manually" component with autocomplete and source-based version filtering #521

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- main
- devel
concurrency:
group: ${{ github.workflow }}-${ github.event_name }-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install pre-commit
- run: pre-commit run --all-files