Skip to content

Refactor agent middleware for LangChain v1 migration #1255

Refactor agent middleware for LangChain v1 migration

Refactor agent middleware for LangChain v1 migration #1255

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ main ]
jobs:
security-scan:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: "pyproject.toml"
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: |
uv sync --locked --all-extras --dev
- name: Ruff Check
run: |
sh lint.sh ci