Skip to content

feat: add lint ci cd and migrate ci to uv #11

feat: add lint ci cd and migrate ci to uv

feat: add lint ci cd and migrate ci to uv #11

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v6
- name: Run tests
run: uv run pytest --cov