Format .proto files with clang-format 19, add check to CI

This commit is contained in:
Carles Fernandez
2025-04-08 09:02:56 +02:00
parent 6685f4ca70
commit 2fa9166873
9 changed files with 62 additions and 56 deletions
+2 -1
View File
@@ -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