Skip to content

[bazel] Use includes instead of strip_include_prefix #1590

[bazel] Use includes instead of strip_include_prefix

[bazel] Use includes instead of strip_include_prefix #1590

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/clang-format-lint-action@v0.13
with:
source: './include/benchmark ./src ./test'
extensions: 'h,cc'
clangFormatVersion: 12
style: Google