Skip to content

ROSCon Talk to README #105

ROSCon Talk to README

ROSCon Talk to README #105

Workflow file for this run

name: Noetic 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/noetic -f ci/Dockerfile-noetic
- name: catkin lint
run: docker run mesh_nav/noetic catkin_lint src