Skip to content

Bump langchain-community from 0.0.16 to 0.3.0 #12

Bump langchain-community from 0.0.16 to 0.3.0

Bump langchain-community from 0.0.16 to 0.3.0 #12

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: detect-secrets
uses: reviewdog/action-detect-secrets@master
with:
reporter: github-pr-review
level: error
fail_on_error: true