Skip to content

Bump nanobind-bazel to v2.1.0, add stubgen target #161

Bump nanobind-bazel to v2.1.0, add stubgen target

Bump nanobind-bazel to v2.1.0, add stubgen target #161

name: clang-format-lint
on:
push: {}
pull_request: {}
jobs:
job:
name: check-clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: './include/benchmark ./src ./test'
extensions: 'h,cc'
clangFormatVersion: 12
style: Google