Skip to content

Commit 4b92b2e

Browse files
codingwithmaggaCopilot
andcommitted
Check version of clang-format
Co-authored-by: Copilot <copilot@github.com>
1 parent 89f1f7d commit 4b92b2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
run: |
8181
sudo apt-get update
8282
sudo apt-get install -y cmake ninja-build ccache clang-format-18 clang-tidy clang-17
83+
84+
- name: Check clang-format version
85+
run: clang-format --version
8386

8487
- name: Configure compile commands
8588
run: |

0 commit comments

Comments
 (0)