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 f3de845 commit 9b2d747Copy full SHA for 9b2d747
.github/workflows/clang_tidy.yml
@@ -17,10 +17,10 @@ jobs:
17
# This LLVM script will add the relevant LLVM PPA: https://apt.llvm.org/
18
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
19
chmod +x /tmp/llvm.sh
20
- sudo /tmp/llvm.sh 20
21
- sudo apt-get install -y clang-tidy-20
+ sudo /tmp/llvm.sh 19
+ sudo apt-get install -y clang-tidy-19
22
rm /tmp/llvm.sh
23
- clang-tidy-20 --version
+ clang-tidy-19 --version
24
25
- name: Install bear
26
run: |
@@ -62,4 +62,4 @@ jobs:
62
- name: Run Clang Tidy
63
working-directory: ice-demos/cpp
64
65
- run-clang-tidy-20 -j$(nproc) -quiet
+ run-clang-tidy-19 -j$(nproc) -quiet -enable-check-profile
0 commit comments