Skip to content

Commit e5d91e0

Browse files
committed
fix clang-tidy directory
1 parent 4c52c47 commit e5d91e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Tidy check
116116
run: |
117117
sudo apt-get install -y clang-tidy
118-
run-clang-tidy -p build
118+
run-clang-tidy -p .
119119
if [[ $? -ne 0 ]]; then
120120
echo "clang-tidy failed"
121121
exit 1

0 commit comments

Comments
 (0)