We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rai_interfaces
1 parent 3222d68 commit 6c4c0a6Copy full SHA for 6c4c0a6
.github/workflows/pre-commit.yml
@@ -9,14 +9,24 @@ on:
9
10
jobs:
11
pre-commit:
12
- runs-on: ubuntu-24.04
+ runs-on:
13
+ - self-hosted
14
+ - jazzy
15
+
16
+ container:
17
+ image: osrf/ros:jazzy-desktop-full
18
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
with:
23
fetch-depth: 0
24
25
+ - name: Install ROS 2 package dependencies
26
+ shell: bash
27
+ run: |
28
+ vcs import . < ros_deps.repos
29
30
- name: Run pre-commit
31
uses: pre-commit/[email protected]
32
0 commit comments