Skip to content

Add note for ROS users. #38

Add note for ROS users.

Add note for ROS users. #38

Workflow file for this run

name: Ubuntu 18.04 CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the Dockerfile
run: docker build . -f Dockerfile.bionic