Skip to content

fix(build): pin to sqlite>=3.32.3 to unblock binder image build #26

fix(build): pin to sqlite>=3.32.3 to unblock binder image build

fix(build): pin to sqlite>=3.32.3 to unblock binder image build #26

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v7
- name: Lint
run: uv run ruff check
- name: Format
run: uv run ruff format --check