Skip to content

Commit 6eff29c

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e0f7f7 commit 6eff29c

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ jobs:
2828
matrix:
2929
rosdistro:
3030
- humble
31+
- jazzy
3132
include:
3233
- rosdistro: humble
3334
container: ros:humble
3435
build-depends-repos: build_depends.repos
36+
- rosdistro: jazzy
37+
container: ros:jazzy
38+
build-depends-repos: build_depends.repos
3539
steps:
3640
- name: Set PR fetch depth
3741
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ jobs:
2020
matrix:
2121
rosdistro:
2222
- humble
23+
- jazzy
2324
include:
2425
- rosdistro: humble
2526
container: ros:humble
2627
build-depends-repos: build_depends.repos
28+
- rosdistro: jazzy
29+
container: ros:jazzy
30+
build-depends-repos: build_depends.repos
2731
steps:
2832
- name: Check out repository
2933
uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ repos:
4141
hooks:
4242
- id: yamllint
4343

44+
- repo: https://github.com/autowarefoundation/autoware-guideline-check
45+
rev: 0.1.0
46+
hooks:
47+
- id: check-package-depends
48+
4449
- repo: https://github.com/tier4/pre-commit-hooks-ros
4550
rev: v0.10.0
4651
hooks:

0 commit comments

Comments
 (0)