Skip to content

Typo fix in example groq script run_storm_wiki_groq.py #52

Typo fix in example groq script run_storm_wiki_groq.py

Typo fix in example groq script run_storm_wiki_groq.py #52

Workflow file for this run

name: Check Python formatting with Black
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: "knowledge_storm --check"