Skip to content

Commit 195bea9

Browse files
committed
ci: print clang-format version
1 parent 051eae5 commit 195bea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
uses: actions/checkout@v4
4848

4949
- name: Install clang-format
50-
run: sudo apt-get install clang-format
50+
run: |
51+
sudo apt-get install clang-format
52+
clang-format --version
5153
5254
- name: Check Objective-C formatting
5355
run: ./scripts/format-objc.sh --check

0 commit comments

Comments
 (0)