mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-08-08 19:28:53 +00:00
Format .proto files with clang-format 19, add check to CI
This commit is contained in:
@@ -119,6 +119,7 @@ jobs:
|
||||
- 'src'
|
||||
- 'tests'
|
||||
- 'utils'
|
||||
- 'docs'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: run clang-format
|
||||
@@ -126,7 +127,7 @@ jobs:
|
||||
with:
|
||||
clang-format-version: "19"
|
||||
check-path: ${{ matrix.path }}
|
||||
exclude-regex: '(libs\/gsl\/)|(tmpl)|(cpu_features)|^.*\.(cu|proto)$'
|
||||
exclude-regex: '(libs\/gsl\/)|(tmpl)|(cpu_features)|^.*\.(cu)$'
|
||||
|
||||
clang-tidy:
|
||||
runs-on: macos-latest
|
||||
|
||||
Reference in New Issue
Block a user