Upgraded clang-format version to 19

This commit is contained in:
emeric
2025-09-21 17:32:07 +02:00
parent 77386634bb
commit 69672a5da2
+1 -1
View File
@@ -9,5 +9,5 @@ jobs:
- name: Run clang-format style check - name: Run clang-format style check
uses: jidicula/clang-format-action@v4.13.0 uses: jidicula/clang-format-action@v4.13.0
with: with:
clang-format-version: '13' clang-format-version: '19'
check-path: 'src' check-path: 'src'