Skip to content

Commit b5a5703

Browse files
committed
Only analyze the given source files with clang-tidy
1 parent b8a9ecd commit b5a5703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
4343
- name: Run Clang-Tidy
4444
run: |
45-
find . -name '*.cpp' | xargs clang-tidy-15 -p build || true
45+
find . -path ./build -prune -o -name '*.cpp' -print | xargs clang-tidy-15 -p build || true

0 commit comments

Comments
 (0)