Skip to content

Commit 080dcdb

Browse files
committed
clang-tidy.yml: added -enable-check-profile
1 parent b9ef9a7 commit 080dcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848

4949
- name: Clang-Tidy
5050
run: |
51-
run-clang-tidy-22 -q -j $(nproc) -p=cmake.output
51+
run-clang-tidy-22 -q -j $(nproc) -enable-check-profile -p=cmake.output

0 commit comments

Comments
 (0)