Skip to content

build: migrate to uv + poethepoet, replace bats with pytest #23

build: migrate to uv + poethepoet, replace bats with pytest

build: migrate to uv + poethepoet, replace bats with pytest #23

Workflow file for this run

---
name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v8
- name: Run tests
run: uv run poe test