Use clang-format 15

This commit is contained in:
Jan
2023-10-02 23:46:35 +02:00
parent 616f39a31e
commit 30052461da
2 changed files with 4 additions and 1 deletions

View File

@ -15,4 +15,5 @@ jobs:
- name: Test formatting for all files
working-directory: ${{ github.workspace }}
run: |
export CLANG_FORMAT_BIN='clang-format-15'
./scripts/check-format.sh