Skip to content

adding http sinks retries=2 for a total of 3 attempts #51

adding http sinks retries=2 for a total of 3 attempts

adding http sinks retries=2 for a total of 3 attempts #51

Workflow file for this run

name: lint
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
- name: Run pre-commit
uses: pre-commit/[email protected]