[ci] Run clang-format

This commit is contained in:
Lars Toenning
2023-04-16 16:40:33 +02:00
parent 970b7c3650
commit 06e0728a74

View File

@@ -60,6 +60,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Run clang-format
run: |
scripts/run_clang_format.py
- name: Run cppcheck
id: cppcheck
run: |