Skip to content

coordinated tombstone removal end2end test #10278

coordinated tombstone removal end2end test

coordinated tombstone removal end2end test #10278

Workflow file for this run

---
name: Lint python
on:
push:
branches: [dev]
paths:
- '**.py'
- '.github/workflows/lint-python.yml'
tags-ignore:
- '**'
pull_request:
paths:
- '**.py'
- '.github/workflows/lint-python.yml'
merge_group:
types: [checks_requested]
jobs:
py:
name: Lint python files
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"
version: "0.12.10"