Skip to content

Add retries to allow for rate limits on WIF #10

Add retries to allow for rate limits on WIF

Add retries to allow for rate limits on WIF #10

Workflow file for this run

name: Lint and type check
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install -e .
- run: pip install pytest lxml-stubs
- run: pip install pyright
- run: pyright
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install black==23.9.1
- run: black --check --diff .