Skip to content

[Enhancement] Support backoff and retry for DuckDuckGoSearchRM #7

[Enhancement] Support backoff and retry for DuckDuckGoSearchRM

[Enhancement] Support backoff and retry for DuckDuckGoSearchRM #7

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"