We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e578bc commit 01ee32aCopy full SHA for 01ee32a
.github/workflows/ci-pre-commit.yml
@@ -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