Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Feature/license and formatter #3

Feature/license and formatter

Feature/license and formatter #3

name: ROS-noetic Build Check
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: setup ROS1
uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: noetic
- name: build
uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: icm_20948
target-ros1-distro: noetic
skip-tests: true