Skip to content

backup llama_agent & mistral #70

backup llama_agent & mistral

backup llama_agent & mistral #70

Workflow file for this run

name: Workflow for Black
on: [push, pull_request]
jobs:
Black-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./bootcamp/tutorials"
jupyter: true