Skip to content

Commit 6c4c0a6

Browse files
committed
ci: import rai_interfaces in pre-commit job
1 parent 3222d68 commit 6c4c0a6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@ on:
99

1010
jobs:
1111
pre-commit:
12-
runs-on: ubuntu-24.04
12+
runs-on:
13+
- self-hosted
14+
- jazzy
15+
16+
container:
17+
image: osrf/ros:jazzy-desktop-full
1318

1419
steps:
1520
- name: Checkout code
1621
uses: actions/checkout@v4
1722
with:
1823
fetch-depth: 0
1924

25+
- name: Install ROS 2 package dependencies
26+
shell: bash
27+
run: |
28+
vcs import . < ros_deps.repos
29+
2030
- name: Run pre-commit
2131
uses: pre-commit/[email protected]
2232
with:

0 commit comments

Comments
 (0)