Skip to content

Bump langchain-community from 0.2.9 to 0.3.0 in /scripts #2198

Bump langchain-community from 0.2.9 to 0.3.0 in /scripts

Bump langchain-community from 0.2.9 to 0.3.0 in /scripts #2198

Workflow file for this run

name: Python linting
on:
push:
branches:
- '*'
pull_request:
types: [ opened, synchronize ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint with Ruff
uses: chartboost/ruff-action@v1