Skip to content

fix logging for ROS2 #107

fix logging for ROS2

fix logging for ROS2 #107

Workflow file for this run

name: Melodic CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: docker setup and build
run: docker build . -t mesh_nav/melodic -f ci/Dockerfile-melodic
- name: catkin lint
run: docker run mesh_nav/melodic catkin_lint src