Skip to content

feat(batch): upfront target validation (v0.2.2) (#2) #20

feat(batch): upfront target validation (v0.2.2) (#2)

feat(batch): upfront target validation (v0.2.2) (#2) #20

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest # live tests skipped by default
- name: Lint with ruff
run: uv run ruff check src/