Skip to content

build(deps-dev): bump clang-format in the python group #1432

build(deps-dev): bump clang-format in the python group

build(deps-dev): bump clang-format in the python group #1432

Workflow file for this run

name: Pre-commit
on:
push:
branches:
jobs:
pre-commit:
name: Check hooks
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Run hooks
run: uv run pre-commit run -a