Skip to content

Merge pull request #92 from doismellburning/fix/tidy-uv-migration #205

Merge pull request #92 from doismellburning/fix/tidy-uv-migration

Merge pull request #92 from doismellburning/fix/tidy-uv-migration #205

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: make bootstrap
- run: make check
- run: make test