Skip to content

genai-function-calling: add openai-agents python via OpenInference #9

genai-function-calling: add openai-agents python via OpenInference

genai-function-calling: add openai-agents python via OpenInference #9

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