File tree 1 file changed +0
-35
lines changed
1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 73
73
74
74
- name : Check disk space after build
75
75
run : df -h
76
-
77
- clang-tidy-differential :
78
- runs-on : [self-hosted, linux, X64]
79
- container : ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
80
- needs : build-and-test-differential
81
- steps :
82
- - name : Check out repository
83
- uses : actions/checkout@v3
84
- with :
85
- fetch-depth : 0
86
-
87
- - name : Remove exec_depend
88
- uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
89
-
90
- - name : Get modified packages
91
- id : get-modified-packages
92
- uses : autowarefoundation/autoware-github-actions/get-modified-packages@v1
93
-
94
- - name : Get modified files
95
- id : get-modified-files
96
- uses : tj-actions/changed-files@v35
97
- with :
98
- files : |
99
- **/*.cpp
100
- **/*.hpp
101
-
102
- - name : Run clang-tidy
103
- if : ${{ steps.get-modified-files.outputs.all_changed_files != '' }}
104
- uses : autowarefoundation/autoware-github-actions/clang-tidy@v1
105
- with :
106
- rosdistro : humble
107
- target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
108
- target-files : ${{ steps.get-modified-files.outputs.all_changed_files }}
109
- clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
110
- build-depends-repos : build_depends.repos
You can’t perform that action at this time.
0 commit comments