Bump cmake/common from 5df87a2
to 48d4af0
#634
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |