Skip to content

genai-function-calling: refactors to keep mcp related code in a single file #46

genai-function-calling: refactors to keep mcp related code in a single file

genai-function-calling: refactors to keep mcp related code in a single file #46

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