Skip to content

both upper and lower bound for the with/without resume counters #6

both upper and lower bound for the with/without resume counters

both upper and lower bound for the with/without resume counters #6

name: clang-format-lint
on:
push: {}
pull_request: {}
jobs:
build:
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