Skip to content

Commit aeaff22

Browse files
Add step to display version of clang-format used
1 parent 8506b90 commit aeaff22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: '3.10'
16+
- name: Version of clang-format
17+
run: |
18+
clang-format --version
1619
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)