Skip to content

genai-function-calling: Adds MCP example to openai-agents #21

genai-function-calling: Adds MCP example to openai-agents

genai-function-calling: Adds MCP example to openai-agents #21

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install pre-commit
run: |
python -m pip install --upgrade pip
pip install pre-commit
- run: make lint