You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain-hub/.github/workflows/file-check.yml

22 lines
389 B
YAML

name: file-check
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
steps:
- uses: actions/checkout@v3
- name: Install langchain
run: |
pipx install -U langchain
- name: Analysing the files with our Make command
run: |
make file-check