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 6359ef5 commit 8884520Copy full SHA for 8884520
.gitlab-ci.yml
@@ -6,6 +6,9 @@ before_script:
6
- wget https://apt.llvm.org/llvm.sh
7
- chmod +x llvm.sh
8
- ./llvm.sh 20
9
+ - apt install clang-format-20
10
+ - clang-20 --version
11
+ - clang-format-20 --version
12
13
build:
14
tags:
0 commit comments