refactor(server)!: add build_user function to DefaultContextBuilder to allow A2A user creation customization #75
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |