Skip to content

Commit

Permalink
mike-lischke#132 Run Clang-Tidy only on Release
Browse files Browse the repository at this point in the history
Signed-off-by: vityaman <[email protected]>
  • Loading branch information
vityaman committed Jul 29, 2024
1 parent afcf425 commit 2906cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
cat Testing/Temporary/LastTest.log
- name: Clang-Tidy on sources
if: matrix.cmake_build_type == 'Release'
working-directory: ${{github.workspace}}/ports/cpp
run: |
find source -iname '*.hpp' -o -iname '*.cpp' \
Expand Down

0 comments on commit 2906cf2

Please sign in to comment.