Skip to content

Commit 38a5304

Browse files
committed
enable PR reviews
1 parent 09938a8 commit 38a5304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp-lint-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
--extra-arg="-std=c++14 -Wall"
7171
--thread-comments=${{ matrix.clang-version == '17' && 'update' }}
7272
-a=${{ matrix.clang-version == '17' }}
73+
--tidy-review=${{ matrix.clang-version == '17' }}
74+
--format-review=${{ matrix.clang-version == '17' }}
7375
7476
- name: Fail fast?!
7577
if: steps.linter.outputs.checks-failed > 0

0 commit comments

Comments
 (0)