Skip to content

Migrate bindings from pybind11 to nanobind (#560) #2276

Migrate bindings from pybind11 to nanobind (#560)

Migrate bindings from pybind11 to nanobind (#560) #2276

Workflow file for this run

name: clang-format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.18.0
with:
clang-format-version: '21'