Skip to content

Add --delay option to prevent HTTP 429 rate limiting #31

Add --delay option to prevent HTTP 429 rate limiting

Add --delay option to prevent HTTP 429 rate limiting #31

Workflow file for this run

name: Github-Actions
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Lint with flake8
run: |
flake8 signoff