1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-05-22 09:14:10 +00:00

CI: apply clang-format also to tests and utils folders

This commit is contained in:
Carles Fernandez 2024-12-22 00:58:44 +01:00
parent fb13f33f65
commit 094a0adfbe
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -125,7 +125,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: run clang-format - name: run clang-format
uses: jidicula/clang-format-action@v4 uses: jidicula/clang-format-action@v4.14.0
with: with:
clang-format-version: "15" clang-format-version: "15"
check-path: ${{ matrix.path }} check-path: ${{ matrix.path }}