Skip to content

feat: add proto2pydantic Pydantic model generation pipeline #32

feat: add proto2pydantic Pydantic model generation pipeline

feat: add proto2pydantic Pydantic model generation pipeline #32

Workflow file for this run

name: ITK
on:
push:
branches: [main, 1.0-dev]
pull_request:
paths:
- 'src/**'
- 'itk/**'
- 'pyproject.toml'
permissions:
contents: read
jobs:
itk:
name: ITK
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Run ITK Tests
run: bash run_itk.sh
working-directory: itk
env:
A2A_SAMPLES_REVISION: itk-v0.1-alpha