File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ jobs:
28
28
matrix :
29
29
rosdistro :
30
30
- humble
31
+ - jazzy
31
32
include :
32
33
- rosdistro : humble
33
34
container : ros:humble
34
35
build-depends-repos : build_depends.repos
36
+ - rosdistro : jazzy
37
+ container : ros:jazzy
38
+ build-depends-repos : build_depends.repos
35
39
steps :
36
40
- name : Set PR fetch depth
37
41
run : echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ jobs:
20
20
matrix :
21
21
rosdistro :
22
22
- humble
23
+ - jazzy
23
24
include :
24
25
- rosdistro : humble
25
26
container : ros:humble
26
27
build-depends-repos : build_depends.repos
28
+ - rosdistro : jazzy
29
+ container : ros:jazzy
30
+ build-depends-repos : build_depends.repos
27
31
steps :
28
32
- name : Check out repository
29
33
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ repos:
41
41
hooks :
42
42
- id : yamllint
43
43
44
+ - repo : https://github.com/autowarefoundation/autoware-guideline-check
45
+ rev : 0.1.0
46
+ hooks :
47
+ - id : check-package-depends
48
+
44
49
- repo : https://github.com/tier4/pre-commit-hooks-ros
45
50
rev : v0.10.0
46
51
hooks :
You can’t perform that action at this time.
0 commit comments