Skip to content

Add CrewAI TinyFish integration #13

Add CrewAI TinyFish integration

Add CrewAI TinyFish integration #13

Workflow file for this run

name: Google ADK CI
on:
pull_request:
branches: [main]
paths:
- ".github/workflows/google-adk-ci.yml"
- "google-adk/**"
push:
branches: [main]
paths:
- ".github/workflows/google-adk-ci.yml"
- "google-adk/**"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: google-adk
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: python -m pip install --upgrade pip
- run: python -m pip install -e . -r requirements-dev.txt
- run: make lint
- run: make test
- run: python -m build