Skip to content

add ci

add ci #2

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup ROS
uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- name: Build
uses: ros-tooling/[email protected]
with:
target-ros2-distro: humble