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 7c8b518 commit 17c3365Copy full SHA for 17c3365
.github/workflows/clang-tidy.yml
@@ -26,12 +26,12 @@ jobs:
26
run: |
27
wget https://apt.llvm.org/llvm.sh
28
chmod +x llvm.sh
29
- sudo ./llvm.sh 21
30
- sudo apt-get install clang-tidy-21
+ sudo ./llvm.sh 22
+ sudo apt-get install clang-tidy-22
31
32
- name: Verify clang-tidy configuration
33
34
- clang-tidy-21 --verify-config
+ clang-tidy-22 --verify-config
35
36
- name: Prepare CMake
37
@@ -41,4 +41,4 @@ jobs:
41
42
- name: Clang-Tidy
43
44
- run-clang-tidy-21 -q -j $(nproc) -p=cmake.output
+ run-clang-tidy-22 -q -j $(nproc) -p=cmake.output
0 commit comments