Skip to content

Commit 547cd72

Browse files
committed
clang-tidy.yml: added -enable-check-profile
1 parent c94dae0 commit 547cd72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-tidy.yml

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

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

0 commit comments

Comments
 (0)