Skip to content

feat: Assorted small improvements #292

feat: Assorted small improvements

feat: Assorted small improvements #292

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
UV_LOCKED: 1 # Ensure lockfile is up to date at test time
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- run: make bootstrap
- run: make check
- run: make test