We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ddd9b commit 6359ef5Copy full SHA for 6359ef5
.gitlab-ci.yml
@@ -25,6 +25,6 @@ format:
25
tags:
26
- Ubuntu2004-64bit
27
script:
28
- - clang-format --version
29
- - clang-format --dry-run --Werror `find ./ -type f -name "*.h" -o -name "*.cc" -o -name "*.cpp"`
+ - clang-format-20 --version
+ - clang-format-20 --dry-run --Werror `find ./ -type f -name "*.h" -o -name "*.cc" -o -name "*.cpp"`
30
0 commit comments