Skip to content

feat: retry whole execution of destination/operations syncing on failure #147

feat: retry whole execution of destination/operations syncing on failure

feat: retry whole execution of destination/operations syncing on failure #147

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install tox
run: pip install tox
- name: Lint with ruff, black and mypy
run: tox -e lint