We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed6526 commit 4617b21Copy full SHA for 4617b21
.github/workflows/pre-commit.yml
@@ -9,30 +9,14 @@ on:
9
10
jobs:
11
pre-commit:
12
- runs-on:
13
- - self-hosted
14
-
15
- container:
16
- image: osrf/ros:humble-desktop-full
+ runs-on: ubuntu-24.04
17
18
steps:
19
- - name: Install pre-commit
20
- run: |
21
- apt update && apt install -y python3-pip shellcheck python-is-python3
22
23
- name: Checkout code
24
uses: actions/checkout@v4
25
with:
26
fetch-depth: 0
27
28
- - run: |
29
- git config --global --add safe.directory /__w/rai/rai
30
31
- - name: Import ros2 dependencies
32
- shell: bash
33
34
- vcs import . < ros_deps.repos
35
36
- name: Run pre-commit
37
uses: pre-commit/[email protected]
38
0 commit comments