Skip to content

Add exponential backoff to Cloudflare API calls #270

Add exponential backoff to Cloudflare API calls

Add exponential backoff to Cloudflare API calls #270

Workflow file for this run

---
name: lint
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y make
- name: Run tests
run: make lint