Skip to content

add github ci

add github ci #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-blob: "uv.lock"
- name: Set up Python
run: uv python install
- name: Build & Install the package
run: |
uv pip install -e .