Skip to content

Commit 670e525

Browse files
committed
Add github workflows
1 parent 5d43413 commit 670e525

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: robot_upstart_ci
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
jazzy_ci:
7+
name: Jazzy
8+
runs-on: ubuntu-24.04
9+
steps:
10+
- uses: actions/[email protected]
11+
- uses: ros-tooling/[email protected]
12+
with:
13+
required-ros-distributions: jazzy
14+
- uses: ros-tooling/[email protected]
15+
id: action_ros_ci_step
16+
with:
17+
target-ros2-distro: jazzy
18+
import-token: ${{ secrets.GITHUB_TOKEN }}
19+
package-name:
20+
robot_upstart

0 commit comments

Comments
 (0)