Skip to content

Commit 28f9edd

Browse files
committed
Revert "temporalily disable 'Run clang-tidy'"
This reverts commit 839a72a.
1 parent 839a72a commit 28f9edd

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/build-and-test-differential.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,12 @@ jobs:
8080
**/*.cpp
8181
**/*.hpp
8282
83-
# TODO(youtalk): Comment in after fixing clang-tidy error
84-
# - name: Run clang-tidy
85-
# if: ${{ steps.get-modified-files.outputs.all_changed_files != '' }}
86-
# uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
87-
# with:
88-
# rosdistro: humble
89-
# target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
90-
# target-files: ${{ steps.get-modified-files.outputs.all_changed_files }}
91-
# clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
92-
# build-depends-repos: build_depends.repos
83+
- name: Run clang-tidy
84+
if: ${{ steps.get-modified-files.outputs.all_changed_files != '' }}
85+
uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
86+
with:
87+
rosdistro: humble
88+
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
89+
target-files: ${{ steps.get-modified-files.outputs.all_changed_files }}
90+
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
91+
build-depends-repos: build_depends.repos

0 commit comments

Comments
 (0)