Skip to content

Commit 01ee32a

Browse files
[github/actions] Add ci-precommit.
1 parent 6e578bc commit 01ee32a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Pre-commit
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
7+
jobs:
8+
pre-commit:
9+
uses: 'ros-controls/ros2_control_ci@master'
10+
with:
11+
ros_distro: rolling

0 commit comments

Comments
 (0)