check clang-format version

This commit is contained in:
tyeth
2025-12-04 18:35:53 +00:00
parent 72e719acba
commit 6e73097ae4
+3 -1
View File
@@ -27,7 +27,9 @@ jobs:
run: python3 ci/build_platform.py main_platforms
- name: clang
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
run: |
clang-format --version
python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
- name: doxygen
env: