Skip to content

Merge branch 'main' of https://github.com/fmrico/mh_amcl #54

Merge branch 'main' of https://github.com/fmrico/mh_amcl

Merge branch 'main' of https://github.com/fmrico/mh_amcl #54

Workflow file for this run

name: main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: mh_amcl
target-ros2-distro: humble