Skip to content

Switch git override to stable BCR tag for nanobind_bazel (#1778) #148

Switch git override to stable BCR tag for nanobind_bazel (#1778)

Switch git override to stable BCR tag for nanobind_bazel (#1778) #148

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