Skip to content

Commit

Permalink
Revert "temporalily disable 'Run clang-tidy'"
Browse files Browse the repository at this point in the history
This reverts commit 839a72a.
  • Loading branch information
youtalk committed May 2, 2024
1 parent 4da99cf commit bcbb1b9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ jobs:
**/*.cpp
**/*.hpp
# TODO(youtalk): Comment in after fixing clang-tidy error
# - name: Run clang-tidy
# if: ${{ steps.get-modified-files.outputs.all_changed_files != '' }}
# uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
# with:
# rosdistro: humble
# target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
# target-files: ${{ steps.get-modified-files.outputs.all_changed_files }}
# clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
# build-depends-repos: build_depends.repos
- name: Run clang-tidy
if: ${{ steps.get-modified-files.outputs.all_changed_files != '' }}
uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
with:
rosdistro: humble
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
target-files: ${{ steps.get-modified-files.outputs.all_changed_files }}
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
build-depends-repos: build_depends.repos

0 comments on commit bcbb1b9

Please sign in to comment.