Skip to content

Commit 4617b21

Browse files
committed
revert pre-commit wf
1 parent 2ed6526 commit 4617b21

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/pre-commit.yml

+1-17
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,14 @@ on:
99

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

1814
steps:
19-
- name: Install pre-commit
20-
run: |
21-
apt update && apt install -y python3-pip shellcheck python-is-python3
22-
2315
- name: Checkout code
2416
uses: actions/checkout@v4
2517
with:
2618
fetch-depth: 0
2719

28-
- run: |
29-
git config --global --add safe.directory /__w/rai/rai
30-
31-
- name: Import ros2 dependencies
32-
shell: bash
33-
run: |
34-
vcs import . < ros_deps.repos
35-
3620
- name: Run pre-commit
3721
uses: pre-commit/[email protected]
3822
with:

0 commit comments

Comments
 (0)