Skip to content

Add rate-limit retry with exponential backoff to all scripts #41

Add rate-limit retry with exponential backoff to all scripts

Add rate-limit retry with exponential backoff to all scripts #41

Workflow file for this run

name: Lint
on:
push:
branches: ["**"]
pull_request:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install ruff
run: pip install ruff
- name: Run ruff
run: ruff check .