1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-22 06:57:02 +00:00

CI: try clang-format 19

This commit is contained in:
Carles Fernandez 2024-12-22 01:14:18 +01:00
parent e90fef3e6b
commit 21a8e8fee0
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -126,7 +126,7 @@ jobs:
with:
clang-format-version: "19"
check-path: ${{ matrix.path }}
exclude-regex: '(libs\/gsl\/)|^.*\.(cu|proto)$'
exclude-regex: '(libs\/gsl\/)|(tmpl)|(cpu_features)|^.*\.(cu|proto)$'
clang-tidy:
runs-on: macos-latest