Skip to content

Commit 17c3365

Browse files
committed
clang-tidy.yml: updated to Clang 22
1 parent 7c8b518 commit 17c3365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
run: |
2727
wget https://apt.llvm.org/llvm.sh
2828
chmod +x llvm.sh
29-
sudo ./llvm.sh 21
30-
sudo apt-get install clang-tidy-21
29+
sudo ./llvm.sh 22
30+
sudo apt-get install clang-tidy-22
3131
3232
- name: Verify clang-tidy configuration
3333
run: |
34-
clang-tidy-21 --verify-config
34+
clang-tidy-22 --verify-config
3535
3636
- name: Prepare CMake
3737
run: |
@@ -41,4 +41,4 @@ jobs:
4141

4242
- name: Clang-Tidy
4343
run: |
44-
run-clang-tidy-21 -q -j $(nproc) -p=cmake.output
44+
run-clang-tidy-22 -q -j $(nproc) -p=cmake.output

0 commit comments

Comments
 (0)