Skip to content

security: bump LangChain ecosystem to 1.x (closes the remaining 8 Dependabot alerts) #34

security: bump LangChain ecosystem to 1.x (closes the remaining 8 Dependabot alerts)

security: bump LangChain ecosystem to 1.x (closes the remaining 8 Dependabot alerts) #34

Workflow file for this run

name: Pre-commit Checks
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.0