Skip to content

Bump third_party/googletest from 455fcb7 to c231e6f #707

Bump third_party/googletest from 455fcb7 to c231e6f

Bump third_party/googletest from 455fcb7 to c231e6f #707

Workflow file for this run

---
name: Test Linters
'on':
push:
branches:
- 'master'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request: ~
jobs:
test-clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party ./external'
extensions: 'h,c,cpp'
clangFormatVersion: 6
style: Google