Skip to content

Remove unreachable Case 1 in radix tree insert and handle exact match… #17053

Remove unreachable Case 1 in radix tree insert and handle exact match…

Remove unreachable Case 1 in radix tree insert and handle exact match… #17053

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- run: uvx ruff check --output-format=github .