Skip to content

Bump langchain from 0.0.312 to 0.0.325 in /application #822

Bump langchain from 0.0.312 to 0.0.325 in /application

Bump langchain from 0.0.312 to 0.0.325 in /application #822

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@v3
- name: Lint with Ruff
uses: chartboost/ruff-action@v1