Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

feat(web): shared cross-host hop-menu in lens web/ (#27) #51

feat(web): shared cross-host hop-menu in lens web/ (#27)

feat(web): shared cross-host hop-menu in lens web/ (#27) #51

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip
- run: python -m pip install -e ".[dev]"
- run: python -m pytest
- run: python -m build