Skip to content

Commit

Permalink
Added workflow in ezBot branch
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Dec 18, 2023
1 parent 97edf0a commit f519371
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ROS 2 Workspace Action
# You may pin to the exact commit or the version.
# uses: ros/tooling-setup-actions/setup-ros@v1
name: ROS 2 Workspace Build

on:
push:
branches:
- ezBot-ROS_ws

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up ROS
uses: ros/tooling-setup-actions/setup-ros@v1
with:
ros-distro: humble

- name: Build workspace
run: colcon build

0 comments on commit f519371

Please sign in to comment.